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:
Maurizio Vitale
2019-05-07 19:11:38 +01:00
committed by Eugenio Romano
parent 7bc99d492a
commit c0e2429de3

View File

@@ -216,10 +216,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", "processadminuser"]}, {
"role": "APS_USER",
"groups": [],
"users": ["admin.adf"]
"users": ["admin.adf", "hruser"]
}]
};