-
Notifications
You must be signed in to change notification settings - Fork 567
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 of Hashicorp Vault into Helidon #2395
Comments
Hello, could you please describe the use case - esp. what you expect from Helidon. If you have ideas how this could work, we would welcome them. If not, we will choose the mode of integration as we see fit, which may not be aligned with the use case(s) you have. Thanks a lot! |
Hi,
|
Hi, It would be great if a Vault Rest based client be added to the Helidon package. Listing out some Vault use cases that we are currently using : -- Authentication : 1) Token based -- Reading and Writing to KeyValue secret engine -- Reading and Writing to Transit Engine. Creating new encryption key, key rotation and version based key fetch. The proposed Helidon based Vault client can provide interfaces to interact with different vault secret engines and to manage authentication. thanks |
Few additional use-case, based on our experience on working with Hashicorp and OCI vault.
|
Todos after the draft PR: There is now an epic for follow up: #2966 |
Please add support of Hashicorp Vault https://www.vaultproject.io/ into Helidon Framework.
The text was updated successfully, but these errors were encountered: