-
Notifications
You must be signed in to change notification settings - Fork 928
authorization_features
Andy Piper edited this page Dec 2, 2013
·
1 revision
Depending on the broker implementation, different users can then be a authorized to perform different actions. For example, some users may only be allowed to subscribe to certain topics, whilst others with more privileges can publish to them as well.
For example, the Mosquitto ACL implementation is documented here: mosquitto.conf(5)
RSMB ACLs are quite similar and are documented in the documentation included in the RSMB distribution.
Some attention must be paid to topic tree construction to maximize the value of ACLs.
MQTT Community Wiki by mqtt.org community members is licensed under a Creative Commons Attribution 4.0 International License and was made possible by the generosity of all of its contributors.