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

Don't print error when attempting to read deleted secrets #167

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

zoeimogen
Copy link
Contributor

Checks for non-empty "deleted" field on secret metadata if no data is returned from a kv read. This indicates that all versions of the secret have been deleted, so no error message should be produced.

Resolves #134.

@jonasvinther jonasvinther merged commit 76b4297 into jonasvinther:main Aug 23, 2024
3 checks passed
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 this pull request may close these issues.

Failure when the last version of secret is deleted
2 participants