fix: deny all subscribes to '#' topics in the default acl.conf
This commit is contained in:
parent
174ea5291a
commit
f159e081fa
|
@ -26,3 +26,7 @@
|
|||
{allow, {username, "^dashboard?"}, subscribe, ["$SYS/#"]}.
|
||||
|
||||
{allow, {ipaddr, "127.0.0.1"}, all, ["$SYS/#", "#"]}.
|
||||
|
||||
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
|
||||
|
||||
{allow, all}.
|
||||
|
|
Loading…
Reference in New Issue