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

Ability to override http_proxy/https_proxy to reach Vault #12613

Closed
davidducros opened this issue Sep 22, 2021 · 0 comments · Fixed by #12582
Closed

Ability to override http_proxy/https_proxy to reach Vault #12613

davidducros opened this issue Sep 22, 2021 · 0 comments · Fixed by #12582

Comments

@davidducros
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I work in an enterprise where different multiple http proxies are involved in connecting to different services. Specifically one proxy for accessing the internet (for access to AWS/GCP/Azure etc) and one for accessing security resources like our instance of HashiCorp Vault.

Describe the solution you'd like

I would like the ability to override the http proxy used by the Vault APIs, specifically when used via the terraform provider although this all ends up in the same api/client.go code anyway.

Additional context

This was originally requested via an issue on the terraform provider repo here: hashicorp/terraform-provider-vault#1150
An implementation using a new VAULT_HTTP_PROXY has been provided here: #12582

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.

2 participants