For paho interoperability tests

This commit is contained in:
Feng Lee 2018-08-25 16:02:44 +08:00
parent 5f42f88401
commit 4af6065984
1 changed files with 14 additions and 0 deletions

14
etc/acl.conf.paho Normal file
View File

@ -0,0 +1,14 @@
%%--------------------------------------------------------------------
%% For paho interoperability test cases
%%--------------------------------------------------------------------
{deny, {client, "myclientid"}, subscribe, ["test/nosubscribe"]}.
{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}.
{allow, {ipaddr, "127.0.0.1"}, pubsub, ["$SYS/#", "#"]}.
{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.
{allow, all}.