From a3385c64191235cc3fda83eeb5e276404df33f58 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 23 Sep 2024 03:43:12 -0500 Subject: [PATCH] testing --- kubernetes/apps/database/emqx/cluster/resources/acl.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kubernetes/apps/database/emqx/cluster/resources/acl.conf b/kubernetes/apps/database/emqx/cluster/resources/acl.conf index 604a2db0..30256ed4 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/acl.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/acl.conf @@ -6,13 +6,14 @@ {allow, {user, "tasmota"}, all, [ "tasmota/discovery/#", - {re, "^tele/tasmota_[A-F0-9]+/.+"}, - {re, "^cmnd/tasmota_[A-F0-9]+/.+"} + {re, "^tele/tasmota_[A-F0-9]+/.*$"}, + {re, "^cmnd/tasmota_[A-F0-9]+/.*$"} ]}. {allow, {user, "homeassistant"}, subscribe, [ - {re, "^stat/tasmota_[A-F0-9]+/.+"}, - {re, "^tele/tasmota_[A-F0-9]+/.+"} + {re, "^stat/tasmota_[A-F0-9]+/.*$"}, + {re, "^tele/tasmota_[A-F0-9]+/.*$"} + ]}. {deny, all}.