From 57e7ef7a5b1a20b6237c78f3a85a9b4bb5aefa54 Mon Sep 17 00:00:00 2001 From: "Rogers, Reneal(rr267j)" Date: Mon, 31 Dec 2018 13:01:54 -0500 Subject: fix backdoor issue when using portal Issue-ID: AAI-2045 Change-Id: I7bad950ca142e81ef5f2a698dcaff90975f944a2 Signed-off-by: renealr --- .../config/portal/portal-authentication.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sparkybe-onap-application/config') diff --git a/sparkybe-onap-application/config/portal/portal-authentication.properties b/sparkybe-onap-application/config/portal/portal-authentication.properties index 41c25a6..5b27cc9 100644 --- a/sparkybe-onap-application/config/portal/portal-authentication.properties +++ b/sparkybe-onap-application/config/portal/portal-authentication.properties @@ -2,4 +2,5 @@ username=admin password=OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10 onap_enabled=true onap.user_id_cookie_name=UserId -cookie_decryptor_classname=org.onap.aai.sparky.security.BaseCookieDecryptor \ No newline at end of file +cookie_decryptor_classname=org.onap.aai.sparky.security.BaseCookieDecryptor +app_roles=ui_view \ No newline at end of file -- cgit 1.2.3-korg