diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-11-15 12:17:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-11-15 12:17:29 +0000 |
commit | ef30ef97fef8338720e3431b73a7b0e3e4cca575 (patch) | |
tree | 272a172334e02e6db5586803321fb5d877ceb142 /kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config | |
parent | 24b065f99849c6b306e55890dd0d1f8e8f1a9356 (diff) | |
parent | f16e856b9790d82e9698fa210133b5a3c5148812 (diff) |
Merge "[POLICY] Fix https connection in policy-ppnt"
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config')
-rw-r--r-- | kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |