summaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/resources/config
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-03-13 12:14:25 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-13 12:14:25 +0000
commit9e2eaa122f6eaf3fd3747e7e460a3a6bc606cf3f (patch)
treeaba2ec02e4023207dada3ef423608037fb73ada7 /kubernetes/sdc/resources/config
parente4cb89750a63ea65e268c048a448bb8a41618741 (diff)
parentdaaf1c96f41180aff3cb43bffbd2824dec4002b2 (diff)
Merge "SDC/Portal interface to HTTPS"
Diffstat (limited to 'kubernetes/sdc/resources/config')
-rwxr-xr-xkubernetes/sdc/resources/config/environments/AUTO.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/sdc/resources/config/environments/AUTO.json b/kubernetes/sdc/resources/config/environments/AUTO.json
index 67ee6f9973..2d99ab0c3a 100755
--- a/kubernetes/sdc/resources/config/environments/AUTO.json
+++ b/kubernetes/sdc/resources/config/environments/AUTO.json
@@ -21,12 +21,12 @@
"private": "eth0"
},
"ECompP": {
- "ecomp_rest_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/auxapi",
+ "ecomp_rest_url": "https://portal-app.{{include "common.namespace" .}}:8443/ONAPPORTAL/auxapi",
"ueb_url_list": "message-router.{{include "common.namespace" .}}, message-router.{{include "common.namespace" .}}",
"app_secret": "XftIATw9Jr3VzAcPqt3NnJOu",
"app_key": "x9UfO7JsDn8BESVX",
"inbox_name": "ECOMP-PORTAL-INBOX",
- "ecomp_redirect_url": "http://portal-app.{{include "common.namespace" .}}:8989/ONAPPORTAL/login.htm",
+ "ecomp_redirect_url": "https://portal-app.{{include "common.namespace" .}}:30225/ONAPPORTAL/login.htm",
"app_topic_name": "ECOMP-PORTAL-OUTBOX-SDC1",
"decryption_key": "AGLDdG4D04BKm2IxIWEr8o=="
},