Merge "[POLICY] Fix https connection in policy-ppnt"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 15 Nov 2021 12:17:29 +0000 (12:17 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 15 Nov 2021 12:17:29 +0000 (12:17 +0000)
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