diff options
author | statta <statta@research.att.com> | 2020-03-23 14:32:58 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-03-23 14:32:58 -0400 |
commit | ac2783f70a211de9642de744a0a1d3c3dbe920c6 (patch) | |
tree | ba97ac6e1f307fe21bca3178cc9d578bac5be211 /resources | |
parent | 7a19b2ef27679a176d279345693c46c99aa1371f (diff) |
Disable HTTP Port of portal-app
Issue-ID: PORTAL-848
Change-Id: I59fc05e2af2ff9429046497bd841d7ae8d0c58e8
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index 8aa4f59..c2ba755 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -281,8 +281,8 @@ GLOBAL_POLICY_PASSWORD = '{{ .Values.policyPassword }}' GLOBAL_POLICY_HEALTHCHECK_USERNAME = '{{ .Values.policyComponentUsername }}' GLOBAL_POLICY_HEALTHCHECK_PASSWORD = '{{ .Values.policyComponentPassword }}' # portal info - everything is from the private oam network (also called onap private network) -GLOBAL_PORTAL_SERVER_PROTOCOL = "http" -GLOBAL_PORTAL_SERVER_PORT = "8989" +GLOBAL_PORTAL_SERVER_PROTOCOL = "https" +GLOBAL_PORTAL_SERVER_PORT = "8443" GLOBAL_PORTAL_USERNAME = '{{ .Values.portalUsername }}' GLOBAL_PORTAL_PASSWORD = '{{ .Values.portalPassword }}' # sdnc info - everything is from the private oam network (also called onap private network) |