From ed91d2668ded5e4da1aef4d56d505501908485d9 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 23 Sep 2024 04:07:20 -0500 Subject: [PATCH] more --- .../apps/database/emqx/cluster/resources/acl.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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}.