chore: update changes/ce/fix-10172.en.md
Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
This commit is contained in:
parent
84636a3575
commit
db97b36cd6
|
@ -5,5 +5,5 @@ Fix the incorrect default ACL rule, which was:
|
|||
|
||||
However, it should use `{re, "^dashboard$"}` to perform a regular expression match:
|
||||
```
|
||||
{allow, {username, {re,"^dashboard$"}}, subscribe ,["$SYS/#"]}.
|
||||
{allow, {username, {re,"^dashboard$"}}, subscribe, ["$SYS/#"]}.
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue