intégration des logiciels tier comme NanoMQ ainsi que les fichiers json de score
This commit is contained in:
14
_software_lib/nanomq-0.22.10/config/nanomq_acl.conf
Normal file
14
_software_lib/nanomq-0.22.10/config/nanomq_acl.conf
Normal file
@ -0,0 +1,14 @@
|
||||
# #====================================================================
|
||||
# # Configuration for Acl
|
||||
# #====================================================================
|
||||
|
||||
rules = [
|
||||
# # Allow MQTT client using username "dashboard" to subscribe to "$SYS/#" topics
|
||||
{"permit": "allow", "username": "dashboard", "action": "subscribe", "topics": ["$SYS/#"]}
|
||||
|
||||
# # Deny "All Users" subscribe to "$SYS/#" "#" Topics
|
||||
# {"permit": "deny", "username": "#", "action": "subscribe", "topics": ["$SYS/#", "#"]}
|
||||
|
||||
# # Allow any other publish/subscribe operation
|
||||
{"permit": "allow"}
|
||||
]
|
Reference in New Issue
Block a user