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

6 lines
263 B
Text
Raw Normal View History

2024-09-23 02:10:32 -05:00
%% ACLs for emqx %%
{allow, {user, "jahanson"}, all, ["#"]}.
{allow, {user, "tasmota"}, publish, ["tasmota/discovery/#", "tele/tasmota_+/+", "cmnd/tasmota_+/+"]}.
{allow, {user, "homeassistant"}, subscribe, ["stat/tasmota_+/+", "tele/tasmota_+/+"]}.
{deny, all}.