-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Implement ACL Engine in EMQ style:
{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}.
{allow, all, publish, ["/smarthome/%c/temperature"]}.
{allow, {ipaddr, "10.211.55.10"}, pubsub, ["$SYS/#", "#"]}.
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
Introduction: https://www.emqx.com/en/blog/authorization-in-mqtt-using-acls-to-control-access-to-mqtt-messaging
Authorization: https://docs.emqx.com/en/emqx/latest/access-control/authz/file.html
Authentication: https://docs.emqx.com/en/emqx/latest/access-control/authn/acl.html
crazyrokr
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request