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 0298e53 commit 90ebdf1Copy full SHA for 90ebdf1
1 file changed
app/controlplane/pkg/authz/authz.go
@@ -159,12 +159,7 @@ var (
159
// Projects
160
PolicyProjectCreate = &Policy{ResourceProject, ActionCreate}
161
// User Membership
162
- PolicyOrganizationRead = &Policy{Organization, ActionRead}
163
- PolicyOrganizationListMemberships = &Policy{OrganizationMemberships, ActionList}
164
-
165
- // Groups
166
- PolicyGroupList = &Policy{ResourceGroup, ActionList}
167
- PolicyGroupRead = &Policy{ResourceGroup, ActionRead}
+ PolicyOrganizationRead = &Policy{Organization, ActionRead}
168
169
// Group Memberships
170
PolicyGroupListPendingInvitations = &Policy{ResourceGroup, ActionList}
0 commit comments