summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-11-15 12:17:29 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-15 12:17:29 +0000
commitef30ef97fef8338720e3431b73a7b0e3e4cca575 (patch)
tree272a172334e02e6db5586803321fb5d877ceb142
parent24b065f99849c6b306e55890dd0d1f8e8f1a9356 (diff)
parentf16e856b9790d82e9698fa210133b5a3c5148812 (diff)
Merge "[POLICY] Fix https connection in policy-ppnt"
-rw-r--r--kubernetes/policy/components/policy-clamp-cl-pf-ppnt/resources/config/PolicyParticipantParameters.yaml4
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