Skip to content

Commit

Permalink
fix(emqx): allow HA MQTT discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
zebernst committed Feb 2, 2025
1 parent b652b2d commit 7e1f1c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/apps/database/emqx/cluster/externalsecret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ spec:
%% Zigbee2MQTT
{allow, {user, "{{ .ZIGBEE2MQTT_MQTT_USERNAME }}"}, all, ["zigbee2mqtt/#"]}.
{allow, {user, "{{ .ZIGBEE2MQTT_MQTT_USERNAME }}"}, publish, ["homeassistant/+/+/config"]}.
{allow, {user, "{{ .ZIGBEE2MQTT_MQTT_USERNAME }}"}, publish, ["homeassistant/+/+/+/config"]}.
{allow, {user, "{{ .ZIGBEE2MQTT_MQTT_USERNAME }}"}, subscribe, ["homeassistant/status"]}.
{allow, {user, "{{ .ZIGBEE2MQTT_MQTT_USERNAME }}"}, subscribe, ["homeassistant/#"]}.
%% Default
{deny, all}.
Expand Down

0 comments on commit 7e1f1c4

Please sign in to comment.