[POLICY] Fix SSL Failure in Clamp Backend 79/126979/2
authorLathish <lathishbabu.ganesan@est.tech>
Mon, 7 Feb 2022 07:22:32 +0000 (12:52 +0530)
committerLathish <lathishbabu.ganesan@est.tech>
Mon, 7 Feb 2022 09:22:59 +0000 (14:52 +0530)
- Call the HTTPS of ControlLoop Runtime

Issue-ID: POLICY-3874
Change-Id: I4ec6ef19e779096393cfb5812832f924dde63596
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
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}