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 #1150

Open
mikeyyuen opened this issue Aug 19, 2021 · 0 comments
Open

Ability to override http_proxy/https_proxy to reach Vault #1150

mikeyyuen opened this issue Aug 19, 2021 · 0 comments

Comments

@mikeyyuen
Copy link

I work in an enterprise where different multiple http proxies are involved in connecting to different services. Specifically one proxy for accessing the internet and one for accessing security resources like HashiCorp Vault. Could the Vault Provider be enhanced to allow us to override the http_proxy/https_proxy it uses?

I imagine this could be passed in through the provider config (but this is just a suggestion)

provider "vault" {
  address = "https://vault.example.net:8200"
  proxy = "http://internetproxy.corpdomain.com:80"
}

In a complex network enviornment, this would allow the terraform provider to be used along side the aws/gcp/azure providers.

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

No branches or pull requests

1 participant