From a6214ce5d55184dbf540d96696b3bbe357df01d4 Mon Sep 17 00:00:00 2001 From: Brian Scholer <1260690+briantist@users.noreply.github.com> Date: Sun, 5 Nov 2023 09:58:36 -0500 Subject: [PATCH] add changelog fragment --- changelogs/fragments/404-vault_write-spicy-keys.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/404-vault_write-spicy-keys.yml 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).