Fixed policy participant config to use https 04/125704/3 9.0.0-ONAP
authorsaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 14:44:57 +0000 (14:44 +0000)
committerSaul Gill <saul.gill@est.tech>
Fri, 12 Nov 2021 16:42:55 +0000 (16:42 +0000)
Changed to use "useHttps" instead of "https"
Added config to bind mount for policy participant

Issue-ID: POLICY-3817
Change-Id: I7470ea45ebb769a8781b76422626e13b5eb515bd
Signed-off-by: saul.gill <saul.gill@est.tech>
(cherry picked from commit d6803f7f1551fa2382a61d265388c537bdb76d5d)

csit/config/clamp/PolicyParticipantParameters.yaml
csit/docker-compose-all.yml

index bd9a626..625b15b 100644 (file)
@@ -8,7 +8,7 @@ participant:
     port: 6969
     userName: healthcheck
     password: zb!XztG34
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
@@ -16,7 +16,7 @@ participant:
     port: 6969
     userName: healthcheck
     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',