auth-built-in-db-bootstrap.csv 763 B

123456789101112131415
  1. user_id,password,is_superuser
  2. # Broad-Announce M4 EMQX built-in-db bootstrap.
  3. # Username format: <source_id>-<company_id> for sources, ingestd for
  4. # the subscriber. Password == HMAC secret so the same secret can
  5. # serve as both MQTT auth and per-message HMAC.
  6. # The auth file is read once on first EMQX start; subsequent
  7. # changes go through the EMQX HTTP API (/api/v5/authentication/...)
  8. # and are persisted in Mnesia (lost on container restart, by design
  9. # for M4 dev; M11 promotes this to a Postgres-backed backend).
  10. #
  11. # The default password_hash field is plain so the file is readable.
  12. # Production should set `password_hash: salt,bcrypt` per user.
  13. prom-prod-acme-001,s3cret-acme,false
  14. grafana-globex-002,s3cret-globex,false
  15. ingestd,ingestd-broker-only,false