Skip to content

Commit 261b277

Browse files
authored
fix(group): Allow organization members to get group details (#2213)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 51e1084 commit 261b277

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controlplane/pkg/authz/authz.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ var ServerOperationsMap = map[string][]*Policy{
368368
"/controlplane.v1.OrganizationService/ListMemberships": {PolicyOrganizationListMemberships},
369369
// Groups
370370
"/controlplane.v1.GroupService/List": {PolicyGroupList},
371+
"/controlplane.v1.GroupService/Get": {PolicyGroupRead},
371372
// Group Memberships
372373
"/controlplane.v1.GroupService/ListMembers": {PolicyGroupListMemberships},
373374
// For the following endpoints, we rely on the service layer to check the permissions

0 commit comments

Comments
 (0)