diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-03-27 18:15:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-27 18:15:20 +0000 |
commit | 262bc57bb3be7d222fe6e521344a8fd7e918be8c (patch) | |
tree | 6edab70e7c678a5f51cf975fba29e368cde76e82 /kubernetes/aai/charts/aai-sparky-be/resources/config/portal | |
parent | cb047cbcd492cfac220745b6509912de29b9344c (diff) | |
parent | 9bf2731ab42d49b3ac89d07e0e1282f685151c57 (diff) |
Merge "Add standardized helm chart for aai"
Diffstat (limited to 'kubernetes/aai/charts/aai-sparky-be/resources/config/portal')
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties | 14 | ||||
-rw-r--r-- | kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal.properties | 23 |
2 files changed, 37 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 new file mode 100644 index 0000000000..0873fc1c61 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal-authentication.properties @@ -0,0 +1,14 @@ +########################################################################################## +############################## eCOMP Portal Auth Properties ############################## +########################################################################################## + +############################## Auth ############################## +username=aaiui +password=1t2v1vfv1unz1vgz1t3b + +############################## ############################## +# +# ONAP Cookie Processing - During initial development, this flag, if true, will +# 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=true
\ No newline at end of file diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal.properties b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal.properties new file mode 100644 index 0000000000..04a19555e2 --- /dev/null +++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/portal.properties @@ -0,0 +1,23 @@ +###################################################################################### +############################## eCOMP Portal properties ############################### +###################################################################################### + +# Java class that implements the ECOMP role and user mgt API +portal.api.impl.class = org.openecomp.sparky.security.portal.PortalRestAPIServiceImpl + +# Instance of ECOMP Portal where the app has been on-boarded +# use insecure http for dev purposes to avoid self-signed certificate +ecomp_rest_url = http://portalapps.{{.Release.Namespace}}:8989/ONAPPORTAL/auxapi + +# Standard global logon page +ecomp_redirect_url = http://portalapps.{{.Release.Namespace}}:8989/ONAPPORTAL/login.htm + +# Name of cookie to extract on login request +csp_cookie_name = EPService +# Alternate values: DEVL, V_DEVL, V_PROD +csp_gate_keeper_prod_key = PROD + +# Toggles use of UEB +ueb_listeners_enable = false +# IDs application withing UEB flow +ueb_app_key = qFKles9N8gDTV0Zc |