From: wr148d Date: Thu, 6 Aug 2020 17:58:44 +0000 (-0400) Subject: Update the sparky portal rest api url to address pairwise testing bug X-Git-Tag: 1.7.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-be.git;a=commitdiff_plain;h=ded9a5d85bda822e2d93f0def3336eb11d4a2487 Update the sparky portal rest api url to address pairwise testing bug Issue-ID: AAI-2905 Signed-off-by: wr148d Change-Id: I2e5773f4b3bf72189e0f09237b972d08fcf9ec3c --- diff --git a/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties b/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties index f823712..981e66b 100644 --- a/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties +++ b/sparkybe-onap-application/config/portal/BOOT-INF/classes/portal.properties @@ -7,7 +7,7 @@ portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPICentral # 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 = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/auxapi +ecomp_rest_url = https://portal-app:8443/ONAPPORTAL/auxapi # Standard global logon page ecomp_redirect_url = https://portal.api.simpledemo.onap.org:30225/ONAPPORTAL/login.htm