From 097501d8e4d0484272f1fcfd0755790118b05095 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Mon, 23 Sep 2024 03:56:59 -0500 Subject: [PATCH] erlang --- kubernetes/apps/database/emqx/cluster/resources/acl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/apps/database/emqx/cluster/resources/acl.conf b/kubernetes/apps/database/emqx/cluster/resources/acl.conf index 18e1ac04..aeed5ba9 100644 --- a/kubernetes/apps/database/emqx/cluster/resources/acl.conf +++ b/kubernetes/apps/database/emqx/cluster/resources/acl.conf @@ -5,7 +5,7 @@ {allow, {user, "jahanson"}, all, ["#"]}. {allow, {user, "tasmota"}, all, [ - "tasmota/discovery/#", + "tasmota/discovery/#" % {re, "^tele/tasmota_+/+$"}, % {re, "^cmnd/tasmota_+/+$"} ]}.