mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
hashi_vault - Change token_path env var loading precedence (#902)
* Change how vault token is loaded * Add changelog for PR #902 * Update changelogs/fragments/902-hashi_vault-token-path.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/lookup/hashi_vault.py Add version_added Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/lookup/hashi_vault.py Add version_added Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1a5702cf21
commit
ba5b86cf4a
2 changed files with 15 additions and 1 deletions
5
changelogs/fragments/902-hashi_vault-token-path.yml
Normal file
5
changelogs/fragments/902-hashi_vault-token-path.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- hashi_vault lookup - add ``VAULT_TOKEN_PATH`` as env option to specify ``token_path`` param (https://github.com/ansible-collections/community.general/issues/373).
|
||||
- hashi_vault lookup - add ``VAULT_TOKEN_FILE`` as env option to specify ``token_file`` param (https://github.com/ansible-collections/community.general/issues/373).
|
||||
bugfixes:
|
||||
- hashi_vault lookup - ``token_path`` in config file overridden by env ``HOME`` (https://github.com/ansible-collections/community.general/issues/373).
|
Loading…
Add table
Add a link
Reference in a new issue