diff --git a/kubernetes/apps/database/emqx/cluster/resources/acl.conf b/kubernetes/apps/database/emqx/cluster/resources/acl.conf index 8d0fc7c7..bf467f2c 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/acl.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/acl.conf @@ -1,5 +1,8 @@ %% ACLs for emqx %% +%% publish, subscribe, or all for both %% +%% https://docs.emqx.com/en/emqx/latest/access-control/authz/file.html %% + {allow, {user, "jahanson"}, all, ["#"]}. -{allow, {user, "tasmota"}, publish, ["tasmota/discovery/#", "tele/tasmota_+/+", "cmnd/tasmota_+/+"]}. +{allow, {user, "tasmota"}, all, ["tasmota/discovery/#", "tele/tasmota_+/+", "cmnd/tasmota_+/+"]}. {allow, {user, "homeassistant"}, subscribe, ["stat/tasmota_+/+", "tele/tasmota_+/+"]}. {deny, all}.