Updated the simpleapp and added superadminuser when deploying the apps (#5075)

* updated the simpleapp with the process-variables required and added superadminuser when deploying the apps.

* simpleapp updated with more process variables
This commit is contained in:
Geeta Mandakini Ayyalasomayajula 2019-09-19 10:49:56 +01:00 committed by Maurizio Vitale
parent 70d877b0b9
commit 4606b45d58
2 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ async function deployApp(apiService, app, name) {
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf"]}, { "security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf"]}, {
"role": "APS_USER", "role": "APS_USER",
"groups": ["hr", "testgroup"], "groups": ["hr", "testgroup"],
"users": ["admin.adf"] "users": ["admin.adf", "superadminuser"]
}] }]
}; };