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 built in Hashicorp vault resolver #2

Open
maxnorth opened this issue Feb 2, 2024 · 0 comments
Open

Add built in Hashicorp vault resolver #2

maxnorth opened this issue Feb 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@maxnorth
Copy link
Owner

maxnorth commented Feb 2, 2024

The vault CLI is huge, and what's needed to retrieve secrets is just a simple HTTP request. It's not great having to add that CLI to a Docker image in order to use nv in containerized apps. Given vault's popularity, this seems like a good candidate to add as a built-in resolver.

Some research is needed of the common authentication methods supported by vault, to better understand which ones are best to start with and to anticipate how complicated supporting vault natively could become.

@maxnorth maxnorth added the enhancement New feature or request label Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant