summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/portal
diff options
context:
space:
mode:
Diffstat (limited to 'sparky/appconfig/portal')
-rw-r--r--sparky/appconfig/portal/portal-authentication.properties8
-rw-r--r--sparky/appconfig/portal/portal.properties8
-rw-r--r--sparky/appconfig/portal/roles.config6
3 files changed, 14 insertions, 8 deletions
diff --git a/sparky/appconfig/portal/portal-authentication.properties b/sparky/appconfig/portal/portal-authentication.properties
index d87e34a..358ff89 100644
--- a/sparky/appconfig/portal/portal-authentication.properties
+++ b/sparky/appconfig/portal/portal-authentication.properties
@@ -1,6 +1,6 @@
-##########################################################################################
-############################## eCOMP Portal Auth Properties ##############################
-##########################################################################################
+#####################################################################################
+############################## Portal Auth Properties ##############################
+#####################################################################################
############################## Auth ##############################
username=aaiui
@@ -11,4 +11,4 @@ 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
+onap_enabled=true
diff --git a/sparky/appconfig/portal/portal.properties b/sparky/appconfig/portal/portal.properties
index 4efa0aa..3b947c4 100644
--- a/sparky/appconfig/portal/portal.properties
+++ b/sparky/appconfig/portal/portal.properties
@@ -1,6 +1,6 @@
-######################################################################################
-############################## eCOMP Portal properties ###############################
-######################################################################################
+################################################################################
+############################## Portal properties ###############################
+################################################################################
# Java class that implements the ECOMP role and user mgt API
portal.api.impl.class = org.onap.aai.sparky.security.portal.PortalRestAPIServiceImpl
@@ -20,4 +20,4 @@ csp_gate_keeper_prod_key = PROD
# Toggles use of UEB
ueb_listeners_enable = false
# IDs application withing UEB flow
-ueb_app_key = qFKles9N8gDTV0Zc
+ueb_app_key = qFKles9N8gDTV0Zc \ No newline at end of file
diff --git a/sparky/appconfig/portal/roles.config b/sparky/appconfig/portal/roles.config
new file mode 100644
index 0000000..b8313bd
--- /dev/null
+++ b/sparky/appconfig/portal/roles.config
@@ -0,0 +1,6 @@
+[
+ {
+ "id":1,
+ "name":"View"
+ }
+] \ No newline at end of file