From d03e1a5ccae34e1034a2a44afdf1da8ec74a17c2 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 22 Aug 2024 14:13:04 +0800 Subject: [PATCH] fix(EMQX): authz wrong verb --- kube/deploy/core/db/emqx/cluster/es.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kube/deploy/core/db/emqx/cluster/es.yaml b/kube/deploy/core/db/emqx/cluster/es.yaml index 1d653765..c48f61c3 100644 --- a/kube/deploy/core/db/emqx/cluster/es.yaml +++ b/kube/deploy/core/db/emqx/cluster/es.yaml @@ -33,4 +33,4 @@ spec: {allow, {user, "{{ .X_EMQX_MQTT_HASS_USERNAME }}"}, all, ["homeassistant/#", "hass/#", "zigbee2mqtt/#"]}. %% Default Deny All - {reject, all}. + {deny, all}.