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 51e1084 commit 261b277Copy full SHA for 261b277
app/controlplane/pkg/authz/authz.go
@@ -368,6 +368,7 @@ var ServerOperationsMap = map[string][]*Policy{
368
"/controlplane.v1.OrganizationService/ListMemberships": {PolicyOrganizationListMemberships},
369
// Groups
370
"/controlplane.v1.GroupService/List": {PolicyGroupList},
371
+ "/controlplane.v1.GroupService/Get": {PolicyGroupRead},
372
// Group Memberships
373
"/controlplane.v1.GroupService/ListMembers": {PolicyGroupListMemberships},
374
// For the following endpoints, we rely on the service layer to check the permissions
0 commit comments