diff --git a/changelogs/fragments/404-vault_write-spicy-keys.yml b/changelogs/fragments/404-vault_write-spicy-keys.yml new file mode 100644 index 000000000..1a4c5d6c6 --- /dev/null +++ b/changelogs/fragments/404-vault_write-spicy-keys.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - vault_write - the ``vault_write`` lookup and module were not able to write data containing keys named ``path`` or ``wrap_ttl`` due to a bug in the ``hvac`` library. These plugins have now been updated to take advantage of fixes in ``hvac>=1.2`` to address this (https://github.com/ansible-collections/community.hashi_vault/issues/389).