123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "clients": [{
- "username": "admin",
- "textName": "Dynsec admin user",
- "password": "Rko31yHY12ryMoyZTBNIUsCPb5SDa4WmUP3Xe2+V6P+QOSW3Gj6IDmpl6zQsAjutb476zEYdBeTw9tU7WZ1new==",
- "salt": "Ezuo4G1TqYtTQDL/",
- "iterations": 101,
- "roles": [{
- "rolename": "admin"
- }]
- }],
- "roles": [{
- "rolename": "admin",
- "acls": [{
- "acltype": "publishClientSend",
- "topic": "$CONTROL/dynamic-security/#",
- "allow": true
- }, {
- "acltype": "publishClientReceive",
- "topic": "$CONTROL/dynamic-security/#",
- "allow": true
- }, {
- "acltype": "subscribePattern",
- "topic": "$CONTROL/dynamic-security/#",
- "allow": true
- }, {
- "acltype": "publishClientReceive",
- "topic": "$SYS/#",
- "allow": true
- }, {
- "acltype": "subscribePattern",
- "topic": "$SYS/#",
- "allow": true
- }, {
- "acltype": "publishClientReceive",
- "topic": "#",
- "allow": true
- }, {
- "acltype": "subscribePattern",
- "topic": "#",
- "allow": true
- }, {
- "acltype": "unsubscribePattern",
- "topic": "#",
- "allow": true
- }]
- }],
- "defaultACLAccess": {
- "publishClientSend": false,
- "publishClientReceive": true,
- "subscribe": false,
- "unsubscribe": true
- }
- }
|