fix(acl): fix wrong default ACL rules
This commit is contained in:
parent
43e95c6a85
commit
377127ce72
|
@ -23,7 +23,7 @@
|
|||
%% -type(rule() :: {permission(), who(), access(), topics()} | {permission(), all}).
|
||||
%%--------------------------------------------------------------------
|
||||
|
||||
{allow, {username, "^dashboard?"}, subscribe, ["$SYS/#"]}.
|
||||
{allow, {username, {re, "^dashboard?"}}, subscribe, ["$SYS/#"]}.
|
||||
|
||||
{allow, {ipaddr, "127.0.0.1"}, all, ["$SYS/#", "#"]}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue