-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Added support for vault kv-v1 (#2645) #2772
Conversation
Signed-off-by: Chauncey Thorn <chaunceyt@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for the fix and the research you have done ❤️
Could you update the changelog?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, do you think you can add a simple unit test for this?
I'll work to get the changelog update and unit test in. Hopefully I'll be able to get it done this weekend. @zroubalik I was looking for the test for the v2 secret engine. Can you point me to that so I can extend that test? Thanks |
Unfortunately there isn't any specific test for this :( |
Signed-off-by: Chauncey Thorn <chaunceyt@gmail.com>
@chaunceyt we have added HashiCorp E2E tests, do you think you can extend them to cover kv-v1? #2849 |
@zroubalik Yes following the pattern in Thanks for pointing me to this. |
one thing @chaunceyt |
@chaunceyt any update on thia please? We are going to release 2.7.0 soon (May 7). So would be great if we can include this as well. |
@zroubalik |
@chaunceyt just FYI we plan to do the release May 5 |
@chaunceyt Any thought if we can close this PR soon? We are planning to release in 2 weeks. |
@chaunceyt ping :) |
You will need to rebase your PR too |
Hi, sorry for lack of response and delay getting back to this. I am going to close the PR. I accidentally noticed the lack of v1 support using incorrect path for v2 setup. After fixing that the Vault integration works as desired without the change. I'm going to speculate that very few if anyone is using v1 for Vault these days. Thanks for the patience shown due to my lack of response. |
Signed-off-by: Chauncey Thorn chaunceyt@gmail.com
Adding support for HashiCorp Key-Value v1 secrets backend. Also fixed a typo in log output.
Checklist
Fixes #2645