blob: a0e3308435d38db2784831ac170ff51056020666 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#####################################################################################
############################## Portal Auth Properties ##############################
#####################################################################################
############################## Auth ##############################
username={{.Values.config.portalUsername}}
password={{.Values.config.portalPassword}}
############################## ##############################
#
# 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={{.Values.config.portalOnapEnabled}}
|