From c0e2429de3e4b56d42580bf5a902e752200099fd Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Tue, 7 May 2019 19:11:38 +0100 Subject: [PATCH] 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 --- scripts/check-activiti-env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/check-activiti-env.js b/scripts/check-activiti-env.js index 962b47dc23..c46852d768 100755 --- a/scripts/check-activiti-env.js +++ b/scripts/check-activiti-env.js @@ -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"] }] };