Skip to content

Add support for reading MQTT password from file#47

Merged
ncthompson merged 1 commit intodiebietse:masterfrom
serhii-vasylkiv:mqtt-password-file
Feb 17, 2026
Merged

Add support for reading MQTT password from file#47
ncthompson merged 1 commit intodiebietse:masterfrom
serhii-vasylkiv:mqtt-password-file

Conversation

@serhii-vasylkiv
Copy link
Contributor

Summary

  • Add --mqtt.password-file flag and MQTT_PASSWORD_FILE env var
  • When set, reads the MQTT password from the specified file (e.g. Docker secrets)
  • Falls back to --mqtt.password / MQTT_PASSWORD if not set

Addresses #46

Add `--mqtt.password-file` flag and `MQTT_PASSWORD_FILE` env var to allow
reading the MQTT password from a file (e.g. Docker secrets). When set,
the file contents overrides the --mqtt.password value.

Addresses diebietse#46
@ncthompson ncthompson self-assigned this Feb 17, 2026
@ncthompson ncthompson merged commit 4e5da3f into diebietse:master Feb 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments