diff options
author | jmac <james.macnider@amdocs.com> | 2018-05-03 18:26:44 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2018-05-03 18:27:33 +0000 |
commit | ae29f3c1227e96337aff9bfef8afd016818a0c8a (patch) | |
tree | ee6f512374791c247eb88421a4cc23eafd12024a /charts/aai-sparky-be/resources | |
parent | 7d9dd3c2d1ed8a690248c5d2155999d0cd7fccd6 (diff) |
Fix old references to portalapps service
Change-Id: Icd3291be17b5c42ac9706e9c7b40ed26c9617300
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: OOM-1042
Diffstat (limited to 'charts/aai-sparky-be/resources')
-rw-r--r-- | charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties b/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties index 3d4ec09..35b714a 100644 --- a/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties +++ b/charts/aai-sparky-be/resources/config/portal/BOOT-INF/classes/portal.properties @@ -7,10 +7,10 @@ portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIService # Instance of ECOMP Portal where the app has been on-boarded # use insecure http for dev purposes to avoid self-signed certificate -ecomp_rest_url = http://portalapps.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi +ecomp_rest_url = http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi # Standard global logon page -ecomp_redirect_url = http://portalapps.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm +ecomp_redirect_url = http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm # Name of cookie to extract on login request csp_cookie_name = EPService |