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

Support Vault authentication on HTTPS datasource #54

Closed
5 tasks done
hairyhenderson opened this issue Sep 1, 2016 · 0 comments
Closed
5 tasks done

Support Vault authentication on HTTPS datasource #54

hairyhenderson opened this issue Sep 1, 2016 · 0 comments
Assignees

Comments

@hairyhenderson
Copy link
Owner

hairyhenderson commented Sep 1, 2016

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:

$ 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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant