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

Safely handle missing cert from Vault KV store #710

Merged
merged 1 commit into from
Oct 14, 2019

Conversation

dradtke
Copy link
Contributor

@dradtke dradtke commented Oct 11, 2019

I have certificates saved in Vault using its KV engine version 2, and Fabio started panicking after I deleted an unused certificate. The fix was to run vault kv metadata delete <cert> to clean up the metadata as well, but Fabio should be able to avoid panicking in this case.

@CLAassistant
Copy link

CLAassistant commented Oct 11, 2019

CLA assistant check
All committers have signed the CLA.

@aaronhurt
Copy link
Member

Good catch, thank you!

@aaronhurt aaronhurt merged commit c5fdb87 into fabiolb:master Oct 14, 2019
@magiconair magiconair added this to the 1.5.13 milestone Nov 18, 2019
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.

None yet

4 participants