Expand description
ACL (Access Control List) plugin for RMQTT.
Provides rule-based publish/subscribe authorization using configurable allow/deny rules with topic pattern matching.
§Rule Evaluation
Rules are evaluated in order. The first matching rule determines the authorization decision. If no rules match, the default action (allow/deny) applies.
Each rule specifies:
action:allowordenyusername: Optional client username matchclientid: Optional client ID matchtopic: Topic filter for the ruleaction:publishorsubscribe(or both)