diff options
author | Lathish <lathishbabu.ganesan@est.tech> | 2022-02-07 12:52:32 +0530 |
---|---|---|
committer | Lathish <lathishbabu.ganesan@est.tech> | 2022-02-07 14:52:59 +0530 |
commit | da50ac80821b61bcd071daf62fa53ecb7b5f11a6 (patch) | |
tree | cf8163b5238e3f71a215366e6d8d3343abe2eed9 /kubernetes/policy/components/policy-clamp-be | |
parent | 044b886ee6c43d7087953ffa2267668f2a830a95 (diff) |
[POLICY] Fix SSL Failure in Clamp Backend
- Call the HTTPS of ControlLoop Runtime
Issue-ID: POLICY-3874
Change-Id: I4ec6ef19e779096393cfb5812832f924dde63596
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
Diffstat (limited to 'kubernetes/policy/components/policy-clamp-be')
-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} |