Update permission list

Remove access from system and add grant to system and messaging
This commit is contained in:
Denis Arh
2019-02-23 14:46:05 +01:00
parent 47b798bbdc
commit 518efe9c5c
+3 -1
View File
@@ -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{