Use generated keystore in CSITs 98/119398/10
authorJim Hahn <jrh3@att.com>
Tue, 16 Mar 2021 18:52:34 +0000 (14:52 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 19 Mar 2021 15:21:53 +0000 (11:21 -0400)
commit39b7b9897494d9f14ca196c8f0e2f0bc7e57cf4f
treea476ed8a72c4aad8d5e358c674430287960bbdea
parentc6d046f50f01859b9e0873f65bed8621113ec120
Use generated keystore in CSITs

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>
23 files changed:
csit/config/distribution/defaultConfig.json
csit/config/dns_keystore.txt [new file with mode: 0644]
csit/config/drools-apps/custom/AAI-http-client.properties [new file with mode: 0644]
csit/config/drools-apps/custom/APPC-CL-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/APPC-LCM-READ-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/APPC-LCM-WRITE-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/DCAE_CL_RSP-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/DCAE_TOPIC-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/GUARD-http-client.properties [new file with mode: 0644]
csit/config/drools-apps/custom/POLICY-CL-MGT-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/SDNC-http-client.properties [new file with mode: 0644]
csit/config/drools-apps/custom/SDNR-CL-RSP-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/SDNR-CL-topic.properties [new file with mode: 0644]
csit/config/drools-apps/custom/SO-http-client.properties [new file with mode: 0644]
csit/config/drools-apps/custom/VFC-http-client.properties [new file with mode: 0644]
csit/config/drools-apps/custom/engine.properties [new file with mode: 0644]
csit/config/drools-apps/custom/feature-lifecycle.properties [new file with mode: 0644]
csit/config/sim-all/simParameters.json
csit/config/xacml-pdp/defaultConfig.json
csit/docker-compose-all.yml
csit/gen_keystore.sh [new file with mode: 0755]
csit/prepare-csit.sh
csit/run-project-csit.sh