mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Cloud script - Add users to the deploy phase (#4704)
* Add user and admin to the deploy phase * Add user and admin to the deploy phase E
This commit is contained in:
committed by
Eugenio Romano
parent
7bc99d492a
commit
c0e2429de3
@@ -216,10 +216,10 @@ async function deployApp(apiService, app, name) {
|
|||||||
"name": name,
|
"name": name,
|
||||||
"releaseId": app.entry.id,
|
"releaseId": app.entry.id,
|
||||||
"version": app.entry.name,
|
"version": app.entry.name,
|
||||||
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf"]}, {
|
"security": [{"role": "APS_ADMIN", "groups": [], "users": ["admin.adf", "processadminuser"]}, {
|
||||||
"role": "APS_USER",
|
"role": "APS_USER",
|
||||||
"groups": [],
|
"groups": [],
|
||||||
"users": ["admin.adf"]
|
"users": ["admin.adf", "hruser"]
|
||||||
}]
|
}]
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user