theshire/kubernetes/apps/database/emqx/cluster/resources/acl.conf

9 lines
420 B
Text
Raw Normal View History

2024-09-23 02:10:32 -05:00
%% ACLs for emqx %%
2024-09-23 02:32:09 -05:00
%% publish, subscribe, or all for both %%
%% https://docs.emqx.com/en/emqx/latest/access-control/authz/file.html %%
2024-09-23 02:10:32 -05:00
{allow, {user, "jahanson"}, all, ["#"]}.
2024-09-23 02:49:19 -05:00
{allow, {user, "tasmota"}, all, ["tasmota/discovery/#", "tele/tasmota_[A-Za-z0-9]+/#", "cmnd/tasmota_[A-Za-z0-9]+/#"]}.
{allow, {user, "homeassistant"}, subscribe, ["stat/tasmota_[A-Za-z0-9]+/#", "tele/tasmota_[A-Za-z0-9]+/#"]}.
2024-09-23 02:10:32 -05:00
{deny, all}.