ansible-collections / community.hashi_vault

Ansible collection for managing and working with HashiCorp Vault.
https://docs.ansible.com/ansible/devel/collections/community/hashi_vault/index.html
GNU General Public License v3.0
80 stars 59 forks source link

The default for `vault_kv2_get` lookup's `engine_mount_point` will change to `secret` in version `4.0.0` #279

Closed briantist closed 1 year ago

briantist commented 2 years ago
SUMMARY

engine_mount_point is supposed to default to secret in vault_k2_get, and it does in the module, but in the lookup it was accidentally set to kv (which is the default for kv1).

Although this was not intentional, changing it now is a breaking change, so it will be done in version 4 of the collection.

ISSUE TYPE
COMPONENT NAME

vault_kv2_get

COLLECTION VERSION
3.0.0