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

Vault (vault, vault+http, vault+https) support #10

Closed
hairyhenderson opened this issue Apr 25, 2021 · 1 comment · Fixed by #19
Closed

Vault (vault, vault+http, vault+https) support #10

hairyhenderson opened this issue Apr 25, 2021 · 1 comment · Fixed by #19
Milestone

Comments

@hairyhenderson
Copy link
Owner

No description provided.

@hairyhenderson
Copy link
Owner Author

Some notes while I work on implementing this:

  • It looks like Vault Agent can listen on a Unix domain socket, and also that the Vault Agent can now act as a proxy - thus, it seems like it might make sense to support vault+unix as a scheme. However, to start I think it makes the most sense to require setting VAULT_AGENT_ADDR to get that behaviour and just use host-less vault:/// URLs.
  • Quite a lot of functionality in Vault is achieved with query parameters
    • I think they should work OK if specified as filenames (I'll have to parse them out obviously)
    • Right now in gomplate if any query params are present the operation is assumed to be a Write (PUT) rather than a Read (GET)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant