Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
fix rolegroup setup for sys admin
Browse files Browse the repository at this point in the history
  • Loading branch information
amarinkovic committed Jun 9, 2022
1 parent f717eb8 commit 5c3bd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/modules/acl.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const ROLE_MAPPINGS = {
[ROLEGROUPS.ENTITY_REPS]: [ROLES.ENTITY_ADMIN, ROLES.ENTITY_MANAGER, ROLES.ENTITY_REP],
[ROLEGROUPS.POLICY_OWNERS]: [ROLES.POLICY_OWNER],
[ROLEGROUPS.SYSTEM_ADMINS]: [ROLES.SYSTEM_ADMIN],
[ROLEGROUPS.SYSTEM_MANAGERS]: [ROLES.SYSTEM_ADMIN],
[ROLEGROUPS.SYSTEM_MANAGERS]: [ROLES.SYSTEM_MANAGER],
[ROLEGROUPS.TRADERS]: [ROLES.ENTITY_REP],
}
Expand Down

0 comments on commit 5c3bd51

Please sign in to comment.