[POLICY] Fix https connection in policy-ppnt 80/125680/1
authorsaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 15:37:53 +0000 (15:37 +0000)
committersaul.gill <saul.gill@est.tech>
Wed, 10 Nov 2021 15:37:56 +0000 (15:37 +0000)
Changed https to useHttps in configured connections to api and pap

Issue-ID: POLICY-3817
Change-Id: Id96899d39e1f8233bf7f32f54ef4253fe6dbb58a
Signed-off-by: saul.gill <saul.gill@est.tech>
kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml

index 8a6c60e..16d4113 100644 (file)
@@ -25,7 +25,7 @@ participant:
     port: 6969
     userName: ${API_USER}
     password: ${API_PASSWORD}
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   policyPapParameters:
     clientName: pap
@@ -33,7 +33,7 @@ participant:
     port: 6969
     userName: ${PAP_USER}
     password: ${PAP_PASSWORD}
-    https: true
+    useHttps: true
     allowSelfSignedCerts: true
   intermediaryParameters:
     reportingTimeIntervalMs: 120000