Skip to content
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

[FEATURE REQUEST] Improve secret version support on KV v2 #61

Open
lkubb opened this issue May 14, 2024 · 0 comments · May be fixed by #63
Open

[FEATURE REQUEST] Improve secret version support on KV v2 #61

lkubb opened this issue May 14, 2024 · 0 comments · May be fixed by #63
Assignees

Comments

@lkubb
Copy link
Collaborator

lkubb commented May 14, 2024

Is your feature request related to a problem? Please describe.
Currently, it's a bit cumbersome to e.g. delete/destroy the most recent version of a secret (one needs to specify the exact version to operate on). It's also really cumbersome to delete all versions of a secret.

Describe the solution you'd like
Improve support for version handling on KV v2:

  • Automatically operate on the most recent version by default
  • Have a switch that operates on all versions
  • Support reading the relevant multi-version secret metadata (not the usual metadata that can be included in the request for a specific version)

Describe alternatives you've considered
None.

Additional context
Mostly exists, just needs tests.

@lkubb lkubb self-assigned this May 14, 2024
@lkubb lkubb linked a pull request May 14, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant