summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-03-11 07:27:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-11 07:27:13 +0000
commitc4b0b79045a56050f2ed0eee8f13237a90815c3c (patch)
tree3a206e3706a055f31b65fd68f777a66754d8c0f3 /kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties
parentefeefc26e58229d193603960c1ea4266eccfdd14 (diff)
parentd7752baed09029df132f3dd86faa40e4d2096a0f (diff)
Merge "enable sparky to interact with schema ms and aaf"
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties')
-rw-r--r--kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties
index ac09f9b2c2..97b5399f54 100644
--- a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties
+++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties
@@ -26,3 +26,6 @@ password={{.Values.config.portalPassword}}
# prevent the portal interface's login processing from searching for a user
# specific cookie, and will instead allow passage if a valid session cookie is discovered.
onap_enabled={{.Values.config.portalOnapEnabled}}
+onap.user_id_cookie_name={{.Values.config.portalCookieName}}
+cookie_decryptor_classname={{.Values.config.cookieDecryptorClass}}
+app_roles={{.Values.config.portalAppRoles}}