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 123c29d commit 7788734Copy full SHA for 7788734
1 file changed
app/controlplane/pkg/authz/authz.go
@@ -288,9 +288,6 @@ var RolesMap = map[Role][]*Policy{
288
// RoleOrgMember inherits from RoleOrgContributor and can also create their own projects and see members
289
RoleOrgMember: {
290
PolicyProjectCreate,
291
-
292
- // Org memberships
293
- PolicyOrganizationListMemberships,
294
},
295
296
// RoleProjectViewer: has read-only permissions on a project
0 commit comments