From: Michael Mokry Date: Wed, 24 Oct 2018 20:37:04 +0000 (-0500) Subject: Resolve policy GUI access from Portal X-Git-Tag: 3.0.0-ONAP~121^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5744fff906568dbcab337f81b4a15c7fb356ac05;p=oom.git Resolve policy GUI access from Portal Modified conf file to set proper ueb_app_key value in portal.properties Change-Id: I785e9c9406c066f929fe31f1d0b8b2b297392f17 Issue-ID: POLICY-1210 Signed-off-by: Michael Mokry --- diff --git a/kubernetes/policy/resources/config/pe/console.conf b/kubernetes/policy/resources/config/pe/console.conf index deb213e4b6..1cd9290379 100644 --- a/kubernetes/policy/resources/config/pe/console.conf +++ b/kubernetes/policy/resources/config/pe/console.conf @@ -139,8 +139,8 @@ ONAP_REDIRECT_URL=https://portal-app.{{.Release.Namespace}}:30225/ONAPPORTAL/log ONAP_REST_URL=https://portal-app:8443/ONAPPORTAL/auxapi ONAP_UEB_URL_LIST= ONAP_PORTAL_INBOX_NAME= -ONAP_UEB_APP_KEY= -ONAP_UEB_APP_SECRET= +ONAP_UEB_APP_KEY=ueb_key_5 +ONAP_UEB_APP_SECRET=ueb_key_5 ONAP_UEB_APP_MAILBOX_NAME= APP_DISPLAY_NAME=ONAP Policy ONAP_SHARED_CONTEXT_REST_URL=http://portal-app.{{.Release.Namespace}}:8989/ONAPPORTAL/context