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 58 forks source link

Lookup failures #412

Closed briantist closed 6 months ago

briantist commented 7 months ago
SUMMARY

Seeing a ton of failures in CI, integration and unit tests, that are related to return types, I think mostly or exclusively in lookups.

I believe this is from breaking changes in core:

I am not yet certain but I would guess that this is not just a testing problem and will end up causing failures for legitimate uses, but I cannot test that right now and haven't had any reports yet.

If you are seeing failures with lookups

Report them here!

Also, please consider using modules instead as a long-term practice, however I will look into these core changes more deeply as well to provide guidance or fixes where possible.