Merge "[POLICY] Fix SSL Failure in Clamp Backend"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 22 Feb 2022 16:07:17 +0000 (16:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 22 Feb 2022 16:07:17 +0000 (16:07 +0000)
kubernetes/policy/components/policy-clamp-be/resources/config/application.properties

index cd6c6fa..b9a4ed3 100644 (file)
@@ -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}