You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to delete a secret. Note that this is different from deleting all versions of a secret. Even if you delete all versions of a secret the secret will remain. This is is also different from destroying all versions of a secret. Even if you destroy all versions of a secret the secret will remain.
The text was updated successfully, but these errors were encountered:
AndrewSav
changed the title
Add ability to delete an entire secret (not a secret version)
✨ Feature request: Add ability to delete an entire secret (not a secret version)
Sep 24, 2023
I think the call you're referring to is deleting secret metadata, which as you mentioned is different from deleting or destroying individual kv2 secret versions.
I think I'd call this module vault_kv2_metadata_delete.
The collection also still needs a generic vault_delete that can be used with arbitrary paths, and the metadata delete could be achieved with such a module as well.
Are either of those something you would be interested in submitting a PR for?
briantist
changed the title
✨ Feature request: Add ability to delete an entire secret (not a secret version)
✨ Add ability to delete an entire secret kv2 secret (delete metadata, not a secret version)
Sep 25, 2023
briantist
changed the title
✨ Add ability to delete an entire secret kv2 secret (delete metadata, not a secret version)
Add ability to delete an entire secret kv2 secret (delete metadata, not a secret version)
Sep 25, 2023
SUMMARY
Add ability to delete a secret. Note that this is different from deleting all versions of a secret. Even if you delete all versions of a secret the secret will remain. This is is also different from destroying all versions of a secret. Even if you destroy all versions of a secret the secret will remain.
ISSUE TYPE
COMPONENT NAME
community.hashi_vault - will probably be a new component.
ADDITIONAL INFORMATION
See also here: #392
The text was updated successfully, but these errors were encountered: