Skip to content

Commit

Permalink
[AAE-14070] Update permission for user to app (#8663)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFidor committed Jun 14, 2023
1 parent 479c96e commit 5fafb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/scripts/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
'script-acs-process': 'script-acs-process'
},
security: [
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser'] },
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser', 'superadminuser'] },
{ role: 'ACTIVITI_USER', groups: [], users: ['hruser', 'salesuser'] }
]
}
Expand Down

0 comments on commit 5fafb0e

Please sign in to comment.