jetstack / kube-oidc-proxy

Reverse proxy to authenticate to managed Kubernetes API servers via OIDC.
https://jetstack.io
Apache License 2.0
477 stars 91 forks source link

Support HTTPS_PROXY env variable #153

Closed geoberle closed 4 years ago

geoberle commented 4 years ago

I would really love to see some option to let kube-oidc-proxy know that it should use a specific HTTP proxy for communication with the upstream Kubernetes API.

I tried the usual HTTP_PROXY and https_proxy ENV variables but without success. Is there a way i'm not aware of?

Thanks for looking into this.

JoshVanL commented 4 years ago

Hello!

Thanks for the issue. This seems like a simple fix - I will open a PR shortly.

/assign

geoberle commented 4 years ago

Hi. Wow that was quick. Thank you so much for your effort!