vmware-archive / gangway

An application that can be used to easily enable authentication flows via OIDC for a kubernetes cluster.
Apache License 2.0
410 stars 113 forks source link

Create a transport based on the http.DefaultTransport. #139

Closed alexbrand closed 4 years ago

alexbrand commented 4 years ago

To respect proxy-related environment variables, we create a transport based on http.DefaultTransport. In addition to reading proxy env vars, it sets timeouts.

Fixes #138

johnharris85 commented 4 years ago

LGTM