unfortunate

i'll spend more time on authorization piece later.
This commit is contained in:
Joseph Hanson 2024-10-03 19:37:27 -05:00
parent 9c30f066ca
commit 90426b40e8
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -43,15 +43,18 @@ spec:
}, },
{ {
"user_id": "tasmota", "user_id": "tasmota",
"password": "{{ .x_emqx_tasmota_password }}" "password": "{{ .x_emqx_tasmota_password }}",
"is_superuser": true # Until I can figure out authorization in emqx
}, },
{ {
"user_id": "zwave", "user_id": "zwave",
"password": "{{ .x_emqx_homeassistant_password }}" "password": "{{ .x_emqx_homeassistant_password }}",
"is_superuser": true # Until I can figure out authorization in emqx
}, },
{ {
"user_id": "zwave", "user_id": "zwave",
"password": "{{ .x_emqx_zwave_password }}" "password": "{{ .x_emqx_zwave_password }}",
"is_superuser": true # Until I can figure out authorization in emqx
} }
] ]