Skip to content

Commit

Permalink
domains spicedb schema
Browse files Browse the repository at this point in the history
Signed-off-by: Arvindh <[email protected]>
  • Loading branch information
arvindh123 committed Dec 19, 2024
1 parent d7521ae commit 2e2cd98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groups/roleoperations.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ func NewRolesOperationPermissionMap() map[svcutil.Operation]svcutil.Permission {

const (
// External Permissions for the domain.
domainCreateGroupPermission = "channel_create_permission"
domainListGroupPermission = "membership_permission"
userListGroupsPermission = "membership_permission"
domainCreateGroupPermission = "group_create_permission"
domainListGroupPermission = "membership"
userListGroupsPermission = "membership"
clientListGroupPermission = "read_permission"
chanelListGroupPermission = "read_permission"
)
Expand Down

0 comments on commit 2e2cd98

Please sign in to comment.