diff --git a/kubernetes/apps/database/emqx/cluster/resources/acl.conf b/kubernetes/apps/database/emqx/cluster/resources/acl.conf index 5068351d..9fea45bd 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/acl.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/acl.conf @@ -5,14 +5,14 @@ {allow, {user, "jahanson"}, all, ["#"]}. {allow, {user, "tasmota"}, all, [ - "tasmota/discovery/#" - % {re, "^tele/tasmota_+/+$"}, - % {re, "^cmnd/tasmota_+/+$"} + "tasmota/discovery/#", + "tele/tasmota_+/+", + "cmnd/tasmota_+/+" ]}. {allow, {user, "homeassistant"}, subscribe, [ - "stat/tasmota_#/#", - "tele/tasmota_#/#" + "stat/tasmota_+/+", + "tele/tasmota_+/+" ]}. {deny, all}.