a whole bunch of things
This commit is contained in:
+8
-14
@@ -4,8 +4,9 @@
|
||||
"listenHost": "127.0.0.1",
|
||||
"listenPort": 3999,
|
||||
"listenPath": "/msgbus",
|
||||
"keepAliveInterval": "30",
|
||||
"keepAliveTimeout": "5",
|
||||
"keepAliveInterval": 30,
|
||||
"keepAliveTimeout": 5,
|
||||
"refreshSessionInterval": 600,
|
||||
"XXcertFile": "/etc/letsencrypt/live/42.internike.com/fullchain.pem",
|
||||
"XXcertKeyFile": "/etc/letsencrypt/live/42.internike.com/privkey.pem",
|
||||
"challengeExpiration": 20,
|
||||
@@ -14,20 +15,13 @@
|
||||
"accessRights":[
|
||||
{
|
||||
"roles": "*",
|
||||
"mustSubscribe": [ "system:notifs:[UID]", "system:notifs" ],
|
||||
"canSubscribe": ["system:gps:*", "arena:gps:*","arena:agents:*"],
|
||||
"canPublish": [ ],
|
||||
"mustSubscribe": [ "system:notifs:[UID]", "system:notifs", "system:replies:[UID]" ],
|
||||
"canSubscribe": ["system:gps:*", "arena:gps:*","arena:agents:*",
|
||||
"system:observer:subscribed[UID]:agents",
|
||||
"system:maestro:lifecycle:[UID]"],
|
||||
"canPublish": [ "system:requests:*", "system:observer:requests"],
|
||||
"canSet": [ ],
|
||||
"canGet": [ ]
|
||||
},
|
||||
{
|
||||
"roles": ["admin"],
|
||||
"mustSubscribe": ["system:infraNotifs", "system:replies:[UID]"],
|
||||
"canSubscribe": [ ],
|
||||
"canPublish": [ "system:requests:*" ],
|
||||
"canSet": ["system:*"],
|
||||
"canGet": ["system:*"],
|
||||
"canDo": ["getActiveUsers", "reloadAccessRights", "getAccessRights"]
|
||||
}
|
||||
],
|
||||
"redis":[
|
||||
|
||||
Reference in New Issue
Block a user