Skip to content

Commit

Permalink
[AAE-19026] Fix app permissions (#9169)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalFidor authored and Yasa-Nataliya committed Dec 15, 2023
1 parent ff03964 commit ae18a02
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 @@ -213,7 +213,7 @@ export const ACTIVITI_CLOUD_APPS: any = {
'script-acs-process': 'script-acs-process'
},
security: [
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser', 'superadminuser'] },
{ role: 'ACTIVITI_ADMIN', groups: [], users: ['processadminuser'] },
{ role: 'ACTIVITI_USER', groups: [], users: ['hruser', 'salesuser', 'testadmin', 'testuser'] }
]
}
Expand Down

0 comments on commit ae18a02

Please sign in to comment.