From 39b7b9897494d9f14ca196c8f0e2f0bc7e57cf4f Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 16 Mar 2021 14:52:34 -0400 Subject: 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 --- csit/config/sim-all/simParameters.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'csit/config/sim-all/simParameters.json') diff --git a/csit/config/sim-all/simParameters.json b/csit/config/sim-all/simParameters.json index 4b009b6f..70e5a2e7 100644 --- a/csit/config/sim-all/simParameters.json +++ b/csit/config/sim-all/simParameters.json @@ -50,6 +50,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" }, @@ -58,6 +59,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" } @@ -68,6 +70,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" }, @@ -76,6 +79,7 @@ "servers": ["${HOST_NAME}"], "topicCommInfrastructure": "DMAAP", "useHttps": true, + "allowSelfSignedCerts": true, "apiKey": "some-key", "apiSecret": "some-secret" } -- cgit 1.2.3-korg