commit | ef30ef97fef8338720e3431b73a7b0e3e4cca575 | [log] [tgz] |
---|---|---|
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | Mon Nov 15 12:17:29 2021 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Mon Nov 15 12:17:29 2021 +0000 |
tree | 272a172334e02e6db5586803321fb5d877ceb142 | |
parent | 24b065f99849c6b306e55890dd0d1f8e8f1a9356 [diff] | |
parent | f16e856b9790d82e9698fa210133b5a3c5148812 [diff] |
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 8a6c60e..16d4113 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 @@ port: 6969 userName: ${API_USER} password: ${API_PASSWORD} - https: true + useHttps: true allowSelfSignedCerts: true policyPapParameters: clientName: pap @@ -33,7 +33,7 @@ port: 6969 userName: ${PAP_USER} password: ${PAP_PASSWORD} - https: true + useHttps: true allowSelfSignedCerts: true intermediaryParameters: reportingTimeIntervalMs: 120000