mesosphere / traefik-forward-auth

214 stars 46 forks source link

feat: initialize http client explicitly when calling go-oidc provider #45

Closed takirala closed 3 years ago

takirala commented 3 years ago

Addresses D2IQ-75648

gatekeeper can inject HTTP_PROXY, HTTPS_PROXY and NO_PROXY into tfa containers and we need to leverage these values when initializing an oidc client so that the communication happens via proxy when needed.