This release makes it possible to connect to a Vault backend that doesn't have the default path name. The default mount name can be overriden passing --auth-backend or setting the AUTH_BACKEND environment variable. It is now also possible to pass --secret-file instead of --secrets-file, which is a common misspelling.
What's Changed
- Add an alias for '--secrets-file' by @rlycx in #149
- Make auth backend name configurable by @koikonom in #151
New Contributors
Full Changelog: v0.18.0...v0.19.0