aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2022-02-22 16:07:17 +0000
committerGerrit Code Review <gerrit@onap.org>2022-02-22 16:07:17 +0000
commitdadabcf575bfa5ff30635191d887e38a48145f0e (patch)
treef793e0e8147ab537c065b950e6ed05bc0b22e3f2
parentd31034561756f46d3ebb6318c92ae59a385c465f (diff)
parentda50ac80821b61bcd071daf62fa53ecb7b5f11a6 (diff)
Merge "[POLICY] Fix SSL Failure in Clamp Backend"
-rw-r--r--kubernetes/policy/components/policy-clamp-be/resources/config/application.properties2
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}