Fixed policy participant config to use https 78/125678/1
authorsaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 14:44:57 +0000 (14:44 +0000)
committersaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 14:45:02 +0000 (14:45 +0000)
Changed to use "useHttps" instead of "https"
Changed username for api and pap from "healthcheck" to "policyadmin"
Added config to bind mount for policy participant

Issue-ID: POLICY-3817
Change-Id: I7470ea45ebb769a8781b76422626e13b5eb515bd
Signed-off-by: saul.gill <saul.gill@est.tech>
csit/config/clamp/PolicyParticipantParameters.yaml
csit/docker-compose-all.yml

index bd9a626..8ee6634 100644 (file)
@@ -6,17 +6,17 @@ participant:
     clientName: api
     hostname: policy-api
     port: 6969
-    userName: healthcheck
+    userName: policyadmin
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
     hostname: policy-pap
     port: 6969
-    userName: healthcheck
+    userName: policyadmin
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   intermediaryParameters:
     reportingTimeIntervalMs: 120000
index eeea35b..bad0593 100644 (file)
@@ -304,6 +304,7 @@ services:
        - ./config/policy-truststore:/opt/app/policy/clamp/etc/ssl/policy-truststore:ro
        - ./wait_for_port.sh:/opt/app/policy/bin/wait_for_port.sh:ro
        - ./config/ks.jks:/opt/app/policy/clamp/etc/ssl/policy-keystore:ro
+       - ./config/clamp/PolicyParticipantParameters.yaml:/opt/app/policy/clamp/config/PolicyParticipantParameters.yaml:ro
       entrypoint: /opt/app/policy/bin/wait_for_port.sh
       command: [
         '-c', './policy-participant.sh',