aboutsummaryrefslogtreecommitdiffstats
path: root/csit/config/xacml-pdp
AgeCommit message (Collapse)AuthorFilesLines
2021-06-11Rename to message-routerJim Hahn1-7/+4
Modified the CSITs to use message-router for the simulator name. Also added a Root CA so that the ssl certificates can be signed. Removed property file overrides that are no longer needed. Issue-ID: POLICY-3384 Change-Id: I6f1bc53f192567eeab0e71a64d9eaec814a38dd0 Signed-off-by: Jim Hahn <jrh3@att.com>
2021-03-19Use generated keystore in CSITsJim Hahn1-2/+3
Added code to the CSITs to generate a self-signed certificate, which can then be mounted over the policy-keystore of each docker image when it is launched. Converted xacml's API params to BusTopicParams. Issue-ID: POLICY-3143 Change-Id: Ic1c25a7f29d87583b81515fd2caf72ba7c44924c Signed-off-by: Jim Hahn <jrh3@att.com>
2021-02-16xacml pdpType is configurablePamela Dragosh1-0/+1
Update the configuration file. Issue-ID: POLICY-3071 Change-Id: Ib164dcc8d8b4f761d4e8a9e14555ac1ae43b7f95 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2021-01-14move csit/scripts, docker-compose to docker repoTaka Cho1-0/+37
part of moving csit to project level scripts shares with all applications repo reside in docker repo. all docker-compose relate volume files reside in docker repo. align with new JJB template Issue-ID: POLICY-2895 Change-Id: I8fd97c6932e41779b01c1c941564763415c83f16 Signed-off-by: Taka Cho <takamune.cho@att.com>