-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Component
- UI
- Core
Description
We are currently using TBMQ V 2.0.1 in our production environment. Our use case involves multiple applications connecting to the broker, subscribing to topics, and communicating through these topics upon subscription.
A core requirement of our application is to support dynamic ACL rule updates for each client application. According to the Eclipse documentation, they offer a dynamic ACL feature (https://mosquitto.org/documentation/dynamic-security/). However, I could not find this feature in the Thingsboard TBMQ documentation or the TBMQ API documentation https://thingsboard.io/docs/mqtt-broker/api/
Could you please guide us on how to implement dynamic ACL rule updates without needing to restart our broker? If there is an API available for this purpose, could you please provide the details?
Environment
- OS: Debian 10 - Buster
- TBMQ: TBMQ 2.0.1
- Browser: Chrome - Latest