diff --git a/system/service/validation.go b/system/service/validation.go index c7f63da77..1e0e055f5 100644 --- a/system/service/validation.go +++ b/system/service/validation.go @@ -9,7 +9,7 @@ import ( var ( permissionList = map[string]map[string]bool{ "system": map[string]bool{ - "access": true, + "grant": true, "organisation.create": true, "role.create": true, }, @@ -24,6 +24,7 @@ var ( }, "messaging": map[string]bool{ "access": true, + "grant": true, "channel.public.create": true, "channel.private.create": true, "channel.direct.create": true, @@ -46,6 +47,7 @@ var ( }, "compose": map[string]bool{ "access": true, + "grant": true, "namespace.create": true, }, "compose:namespace": map[string]bool{