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

Fix a panic caused by a nil response on kv pre-flight #6675

Merged
merged 2 commits into from
May 3, 2019

Conversation

briankassouf
Copy link
Contributor

No description provided.

@briankassouf briankassouf added this to the 1.1.3 milestone May 3, 2019
@@ -8,6 +8,7 @@ import (

"github.com/hashicorp/vault/api"
"github.com/hashicorp/vault/sdk/helper/strutil"
"github.com/pkg/errors"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unintended import of the pkg one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weird, goimports chose this one for some reason, updated.

@briankassouf briankassouf merged commit 0c9b011 into master May 3, 2019
@briankassouf briankassouf deleted the fix-kv-client-panic branch May 3, 2019 16:10
briankassouf added a commit that referenced this pull request Jun 4, 2019
* Fix a panic caused by a nil response on kv pre-flight

* Fix imports
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.

2 participants