From: Sonsino, Ofir (os0695) Date: Thu, 18 Oct 2018 08:07:22 +0000 (+0300) Subject: Update portal.properties configuration X-Git-Tag: 3.2.1~16^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F47%2F77147%2F1;p=sandbox-vid.git Update portal.properties configuration Change-Id: I371321ec5365222a210bc2bec863fcff7b7550f5 Issue-ID: VID-329 Signed-off-by: Sonsino, Ofir (os0695) --- diff --git a/deliveries/src/main/docker/docker-files/Dockerfile b/deliveries/src/main/docker/docker-files/Dockerfile index f37f81d8..8cd2bc7a 100755 --- a/deliveries/src/main/docker/docker-files/Dockerfile +++ b/deliveries/src/main/docker/docker-files/Dockerfile @@ -49,6 +49,7 @@ ENV AAI_VNF_PROV_STATUS PREPROV,NVTPROV,PROV,CAPPED ENV VID_ECOMP_REDIRECT_URL http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm ENV VID_ECOMP_REST_URL http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi ENV VID_ECOMP_SHARED_CONTEXT_REST_URL http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/context +ENV VID_ROLE_ACCESS_CENTRALIZED local ENV VID_CONTACT_US_LINK https://todo_contact_us_link.com ENV VID_DECRYPTION_KEY AGLDdG4D04BKm2IxIWEr8o= diff --git a/epsdk-app-onap/src/main/resources/portal.properties b/epsdk-app-onap/src/main/resources/portal.properties index 104e85dc..edb35807 100755 --- a/epsdk-app-onap/src/main/resources/portal.properties +++ b/epsdk-app-onap/src/main/resources/portal.properties @@ -61,6 +61,9 @@ ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login # URL of the ECOMP Portal REST API ecomp_rest_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/auxapi +# Non AAF Mode +role_access_centralized = local + # Applications do not need to run a UEB listener after 1607. ueb_listeners_enable = false diff --git a/epsdk-app-onap/src/main/resources/portal_template.properties b/epsdk-app-onap/src/main/resources/portal_template.properties index d01413aa..51f39494 100755 --- a/epsdk-app-onap/src/main/resources/portal_template.properties +++ b/epsdk-app-onap/src/main/resources/portal_template.properties @@ -13,6 +13,9 @@ ecomp_redirect_url = ${VID_ECOMP_REDIRECT_URL} # URL of the ECOMP Portal REST API ecomp_rest_url = ${VID_ECOMP_REST_URL} +# AAF Mode +role_access_centralized = ${VID_ROLE_ACCESS_CENTRALIZED} + # UEB servers ueb_url_list = ${VID_UEB_URL_LIST}