roles into wsscnx from sess
This commit is contained in:
+7
-15
@@ -20,27 +20,19 @@
|
||||
{
|
||||
"roles": "*",
|
||||
"mustSubscribe": [ "system:notifs:[UID]", "onlineUsers", "system:notifs" ],
|
||||
"canSubscribe": ["chat:*_*","userchans:notifs"],
|
||||
"canPublish": [ "chat:*_*", "userchans:notifs" ],
|
||||
"canSet": [ "[UID]:userPrefs", "chat:friends", "collaborative:chalkboardUsers" ],
|
||||
"canGet": [ "[UID]:userPrefs", "chat:friends", "collaborative:chalkboardUsers" ]
|
||||
"canSubscribe": ["gps:*","agents:*"],
|
||||
"canPublish": [ ],
|
||||
"canSet": [ "[UID]:userPrefs" ],
|
||||
"canGet": [ "[UID]:userPrefs"]
|
||||
},
|
||||
{
|
||||
"roles": ["EIC_Admin","EIC_Dev"],
|
||||
"roles": ["admin"],
|
||||
"mustSubscribe": ["system:adminNotifs"],
|
||||
"canSubscribe": ["collaborative:*"],
|
||||
"canPublish": ["system:notifs:*", "system:notifs", "infraNotifs:httpGateway", "infraNotifs:test", "collaborative:*"],
|
||||
"canSubscribe": [ "infraNotifs:*", "gps:*","agents:*"],
|
||||
"canPublish": ["gps:*", "agents:*", "system:notifs:*", "system:notifs", "infraNotifs:*"],
|
||||
"canSet": ["*:userPrefs"],
|
||||
"canGet": ["*:userPrefs"],
|
||||
"canDo": ["getActiveUsers", "killSessions","reloadAccessRights", "getAccessRights", "getPlatformState", "setPlatformState", "redPill"]
|
||||
},
|
||||
{
|
||||
"roles": ["EIC_Dev"],
|
||||
"uuids":["steinic"],
|
||||
"canPublish": [],
|
||||
"canSubscribe": [],
|
||||
"mustSubscribe": [],
|
||||
"canDo": ["REDPILL", "BLUEPILL"]
|
||||
}
|
||||
],
|
||||
"redis":{
|
||||
|
||||
Reference in New Issue
Block a user