We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be cool to use the https datasource to grab secrets from HashiCorp's Vault.
https
A bunch of auth backends exist, but I'd like at least the following to work:
The user interface could look something like:
$ gomplate --vault-app-id=abcd1234 --vault-user-id=defg4567 \ --datasource vault=https://my.vault.server:8200/v1/secret/supersecret \ "my secret is: {{ (datasource "vault").data.value }}" my secret is: supersecretvalue!
The text was updated successfully, but these errors were encountered:
hairyhenderson
No branches or pull requests
It'd be cool to use the
https
datasource to grab secrets from HashiCorp's Vault.A bunch of auth backends exist, but I'd like at least the following to work:
The user interface could look something like:
The text was updated successfully, but these errors were encountered: