Block a user
Allow passing database password as environment variables.
The documentation is very clear.
Just a missing detail, that I also missed in the unit tests ... you can escape an env var with \
But then I realized that my implementation had an issue, as…
Fix escaped environment variable in configuration
Allow passing database password as environment variables.
@witten please have a look to the new PR I just submitted, borgmatic-collective/borgmatic#548
I hesitated between using (os.path.expandvars
)[https://docs.pyt…
Allow environment variable resolution in configuration file
Allow database password to be read from environ
Allow passing database password as environment variables.
Thanks for your quick answers.
I'll have a look to both source files you pointed.
Envsubst is a common and basic linux cli tool, [part or GNU gettext](https://www.gnu.org/software/gettext/man…
Allow passing database password as environment variables.
Thanks for your answer @witten
I understand the idea of using this env resolution mecanism for other configuration nodes, I was too focus on my initial need.
One thing I don't like in my…
Allow passing database password as environment variables.
Allow database password to be read from environ