We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc28e8c commit 348d8a8Copy full SHA for 348d8a8
app/controlplane/pkg/authz/authz.go
@@ -189,13 +189,6 @@ var RolesMap = map[Role][]*Policy{
189
PolicyWorkflowRead,
190
// Organization
191
PolicyOrganizationRead,
192
- // Groups
193
- PolicyGroupList,
194
- PolicyGroupRead,
195
- // Group Memberships
196
- PolicyGroupListMemberships,
197
- // Project Memberships
198
- PolicyProjectListMemberships,
199
},
200
// RoleAdmin is an org-scoped role that provides super admin privileges (it's the higher role)
201
RoleAdmin: {
0 commit comments