a whole bunch of things

This commit is contained in:
STEINNI
2026-06-21 21:08:04 +00:00
parent 01bf35a238
commit 1db846daa3
7 changed files with 56 additions and 38 deletions
+8 -14
View File
@@ -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":[