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

Setting options that don't exist in configuration fails now #417

Closed briantist closed 9 months ago

briantist commented 9 months ago
SUMMARY

An upstream core change in devel now uses get_config_value from within set_option, so it raises an exception if you try to set an option that isn't defined in configuration:

We're affected by this in the hashi_vault lookup at a minimum:

ISSUE TYPE