From: Sylvain Desbureaux Date: Mon, 15 Nov 2021 12:17:29 +0000 (+0000) Subject: Merge "[POLICY] Fix https connection in policy-ppnt" X-Git-Tag: 9.0.0~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ef30ef97fef8338720e3431b73a7b0e3e4cca575;hp=24b065f99849c6b306e55890dd0d1f8e8f1a9356;p=oom.git Merge "[POLICY] Fix https connection in policy-ppnt" --- diff --git a/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml index 8a6c60e352..16d41131a1 100644 --- a/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml @@ -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