summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-11-16 06:26:42 +0000
committerGerrit Code Review <gerrit@onap.org>2021-11-16 06:26:42 +0000
commit8277666ea4ce650f4b7d3794dd758207c3b610d3 (patch)
tree2af6fcacb98081c6c41300113b2542ae520d1910
parentb17666bef149b1e67ceb90dac8d4a4706d0f5e06 (diff)
parent20f936ff2439311f3b89bf1ffea6849557d532df (diff)
Merge "[POLICY] Fix https connection in policy-ppnt" into istanbul
-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