moscajs / aedes-cli

Run Aedes MQTT Broker from the CLI
MIT License
49 stars 19 forks source link

[question] How can I update ACL when the aedes is running? #137

Open Just1ceP4rtn3r opened 2 years ago

robertsLando commented 2 years ago

Could you be more precise please?

Just1ceP4rtn3r commented 2 years ago

For example, User1 want to sell his device, so the manager of broker will revoke his permission to write to this device's topic. (e.g. "PUBLISH DeviceId/cmd/#"). Can we complete the revocatioin without rebooting our broker?

robertsLando commented 2 years ago

actually nope. What I suggest is to build your own implementation using aedes to implement such logic, aedes-cli is for a really basic usage