mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
added superadminuser as aps_admin user when deploying the apps (#5087)
This commit is contained in:
committed by
Maurizio Vitale
parent
1527397b7b
commit
c15807a013
@@ -271,10 +271,10 @@ async function deployApp(apiService, app, name) {
|
||||
"name": name,
|
||||
"releaseId": app.entry.id,
|
||||
"version": app.entry.name,
|
||||
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf"]}, {
|
||||
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf", "superadminuser"]}, {
|
||||
"role": "APS_USER",
|
||||
"groups": ["hr", "testgroup"],
|
||||
"users": ["admin.adf", "superadminuser"]
|
||||
"users": ["admin.adf"]
|
||||
}]
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user