Replies: 1 comment 3 replies
|
@OpoOpo BunkerM’s backend API currently uses admin rights to add new Dynamic Security ACLs. It only interacts with dynamic-security.json file when importing mosquitto_passwd files. With some tweaks, it integrates these files into Dynamic Security, even though Mosquitto’s password system works completely differently. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be nice to use BunkerM as an MQTT Client with admin rights, so the BunkerM would not need to reach the
dynamic-security.jsonfile.Yes, it would need to run in different "mode" in the sense that, for example, enabling anonymous clients could not be possible.
https://github.com/eclipse-mosquitto/mosquitto/tree/master/plugins/dynamic-security
All reactions