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

Add support for Hashicorp Vault KV engine V1 #4152

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

dangerousplay
Copy link
Contributor

Add support for Hashicorp Vault secrets backend version 1. The altered code is the same from the pull request #2772, with an end-to-end test to validate the changes.

Checklist

  • Tests have been added
  • Changelog has been updated and is aligned with our changelog requirements
  • Commits are signed with Developer Certificate of Origin (DCO - learn more)

Fixes #2645
Relates to #2772

Have a wonderful day,
Best regards.

@dangerousplay dangerousplay requested a review from a team as a code owner January 21, 2023 23:30
@JorTurFer
Copy link
Member

JorTurFer commented Jan 22, 2023

/run-e2e hashicorp*
Update: You can check the progress here

Copy link
Member

@JorTurFer JorTurFer left a 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 contribution!
Does adding a note in docs about v1 support make sense? @kedacore/keda-core-contributors

@zroubalik
Copy link
Member

LGTM! Thanks for the contribution! Does adding a note in docs about v1 support make sense? @kedacore/keda-core-contributors

Yeah, we should probably add a not on this into the docs.
@dangerousplay do you mind opening a PR against docs repo, clarifying that both v1 and v2 works?
Thanks

@dangerousplay
Copy link
Contributor Author

Sure, a pull request with a note about version 1 and 2 support was created kedacore/keda-docs#1051.

I appreciate your review, have a nice day.

@JorTurFer JorTurFer merged commit 697938f into kedacore:main Jan 24, 2023
@dangerousplay dangerousplay deleted the hashi-vault-kv-v1 branch January 24, 2023 13:28
sdomme pushed a commit to sdomme/keda that referenced this pull request Jan 26, 2023
Signed-off-by: Dangerousplay <[email protected]>

Signed-off-by: Dangerousplay <[email protected]>
Signed-off-by: Sergej Domme <[email protected]>
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.

Using Hashicorp Vault secrets with TriggerAuthentication results in unable to convert Vault Data value error
3 participants