chore: bump version && update changes
This commit is contained in:
parent
c034cbf6de
commit
9f4c36ecbc
|
@ -1,7 +1,7 @@
|
||||||
%% -*- mode: erlang -*-
|
%% -*- mode: erlang -*-
|
||||||
{application, emqx_authz, [
|
{application, emqx_authz, [
|
||||||
{description, "An OTP application"},
|
{description, "An OTP application"},
|
||||||
{vsn, "0.1.12"},
|
{vsn, "0.1.13"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{mod, {emqx_authz_app, []}},
|
{mod, {emqx_authz_app, []}},
|
||||||
{applications, [
|
{applications, [
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
Allow the placeholder to be anywhere in the topic for `authz` rules.
|
||||||
|
e.g:
|
||||||
|
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`
|
|
@ -0,0 +1,3 @@
|
||||||
|
允许占位符出现在 `authz` 规则中的主题里的任意位置。
|
||||||
|
例如:
|
||||||
|
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`
|
Loading…
Reference in New Issue