[FEAT] Storing Secrets
See original GitHub issueMy apologies if this is covered somewhere and I missed it. Is there a pattern for dealing with secrets, passwords, things you don’t want directly in your config?
I see that Frigate uses a pattern where you can create environment variables prefixed with FRIGATE_
and then reference them in yaml by wrapping the environment variable in curly braces {FRIGATE_MQTT_PASSWORD}
, does something like this exist in Double Take?
If Double Take does not have this yet, it seems like using the same pattern as Frigate could make this straight forward for users?
My main issue is that my mqtt-broker has a username/password and I would like to keep my mqtt password out of my config file; often times I leave these config files open source and reference them.
Thanks for the work on this repo, it is a much needed tool and I look forward to working with it more!
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top GitHub Comments
I finally got around to using this, it works great!
I was able to back everything up to a github repo and keep my secrets out!
jakowenko/double-take:beta
is the beta build. It’s only for amd64, so if you are running on a Pi you’ll have to wait until I release this1.7.0
which will probably be tomorrow. Just wanted you to test this feature first 😃. I did push a little update to use the Home Assistant/config/secrets.yaml
file if you are running the add-on, I have it explained here.