diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-02-24 12:28:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-24 12:28:05 +0000 |
commit | 9b553160a2bd8b2302513811f511181c0b3b6424 (patch) | |
tree | cead8ecf940eea703ed5671c44c5dfae4d2d8ed1 | |
parent | 5c9f250db0289ebf95e4ca5a631430d4b112990c (diff) | |
parent | 539498fd71e20a88f991affa43df40b66a1e8471 (diff) |
Merge "[POLICY] Fix SSL Failure in Clamp Backend" into istanbul
-rw-r--r-- | kubernetes/policy/components/policy-clamp-be/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties index cd6c6faa03..b9a4ed33a8 100644 --- a/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties +++ b/kubernetes/policy/components/policy-clamp-be/resources/config/application.properties @@ -71,7 +71,7 @@ clamp.config.dcae.deployment.password=none clamp.config.cadi.aafLocateUrl=https://aaf-locate.{{ include "common.namespace" . }}:8095 # Configuration settings for ControlLoop Runtime Rest API -clamp.config.controlloop.runtime.url=http://policy-clamp-cl-runtime.{{ include "common.namespace" . }}:6969 +clamp.config.controlloop.runtime.url=https://policy-clamp-cl-runtime.{{ include "common.namespace" . }}:6969 clamp.config.controlloop.runtime.userName=${RUNTIME_USER} clamp.config.controlloop.runtime.password=${RUNTIME_PASSWORD} |