From d8bdab062d106a854ae7719433baeaa3954c88b6 Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Thu, 29 Nov 2018 11:57:23 +0200 Subject: update sdc portal integration Issue-ID: SDC-1749 Change-Id: Ie306076357cb572402ac80b4be9eb9c5cfa960dd Signed-off-by: Tal Gitelman --- catalog-be/src/main/resources/portal.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'catalog-be/src/main/resources') diff --git a/catalog-be/src/main/resources/portal.properties b/catalog-be/src/main/resources/portal.properties index fbedd05028..185a4fb9dc 100644 --- a/catalog-be/src/main/resources/portal.properties +++ b/catalog-be/src/main/resources/portal.properties @@ -53,7 +53,8 @@ use_rest_for_functional_menu=true ########################################################################## # Name of java class that implements the OnBoardingApiService interface. -portal.api.impl.class = org.openecomp.sdc.be.ecomp.EcompIntImpl +portal.api.impl.class = org.openecomp.sdc.be.ecomp.PortalRestAPICentralServiceImpl +role_access_centralized = remote # URL of the Portal where this app is onboarded ecomp_redirect_url = http://portal.api.simpledemo.onap.org:8989/ONAPPORTAL/login.htm @@ -67,6 +68,7 @@ ueb_listeners_enable = false #Portal user & key portal_user = Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA= portal_pass = j85yNhyIs7zKYbR1VlwEfNhS6b7Om4l0Gx5O8931sCI= +portal_app_name = Ipwxi2oLvDxctMA1royaRw1W0jhucLx+grHzci3ePIA= # UEB Configuration # If key ueb_listeners_enable is set to false, -- cgit 1.2.3-korg