-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a vault_kv2_destroy module #446
Comments
Hi @Kloppi313 , destroy was discussed a little bit in the PR for I think I'd rather see this as its own module, It's currently waiting for a contributor to implement it though. |
Hi @briantist, so would you prefer renaming this issue? |
Sure, I've renamed this issue. Starting from |
I created a PR, but it is not what I firstly had in mind -> removing a complete endpoint, not only to destroy versions. But hey, it is a new feature. |
This module is intended to delete data when decomissioning a server. Idea was discussed at ansible-collections#446
maybe instead of creating a separate module would be wiser to add |
SUMMARY
It is not possible to destroy something in vault.
I think a boolean switch would be great:
Adding something like the parameter
destroy: True/False
with standard false would do the trick.The context is the wish to destroy an entire secret with all versions while decomissining a host with its saved secrets.
ISSUE TYPE
COMPONENT NAME
vault_kv2_delete
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: