switch to emqx
This commit is contained in:
@@ -28,11 +28,12 @@ ingester_postgres_password: "replace-me-openssl-rand-hex-32"
|
||||
# Postgres bootstrap (consumed on db-host by a one-shot ALTER ROLE unit)
|
||||
postgres_admin_password: "replace-me-openssl-rand-hex-32"
|
||||
|
||||
# HiveMQ file-RBAC broker users (consumed on mqtt-ingest by gebos-hivemq).
|
||||
# PLAIN passwords (password-type defaults to PLAIN; the whole file is sops-
|
||||
# encrypted). The ingester will authenticate as `ingester`; `admin` is for ops.
|
||||
hivemq_ingester_password: "replace-me-openssl-rand-hex-32"
|
||||
hivemq_admin_password: "replace-me-openssl-rand-hex-32"
|
||||
# EMQX broker users (consumed on mqtt-ingest by gebos-emqx). Plaintext
|
||||
# passwords in a bootstrap users.csv (the whole file is sops-encrypted at
|
||||
# rest); no commas allowed. The ingester will authenticate as `ingester`;
|
||||
# `admin` is the operational break-glass superuser.
|
||||
emqx_ingester_password: "replace-me-openssl-rand-hex-32"
|
||||
emqx_admin_password: "replace-me-openssl-rand-hex-32"
|
||||
# Shared device login (Option A) — must match mqtt_user/mqtt_password on the
|
||||
# senders. Per-device users (Option B) are a TODO in gebos-secrets.nix.
|
||||
hivemq_device_password: "replace-me-to-match-the-sender-mqtt_password"
|
||||
# senders. Per-device users (Option B) are a TODO in gebos-emqx.nix.
|
||||
emqx_device_password: "replace-me-to-match-the-sender-mqtt_password"
|
||||
|
||||
Reference in New Issue
Block a user