ContainerImage.Pinniped/internal/controller/supervisorconfig/upstreamwatcher
Matt Moyer 4fe691de92
Save an http.Client with each upstreamoidc.ProviderConfig object.
This allows the token exchange request to be performed with the correct TLS configuration.

We go to a bit of extra work to make sure the `http.Client` object is cached between reconcile operations so that connection pooling works as expected.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
2020-12-02 15:55:33 -06:00
..
upstreamwatcher.go Save an http.Client with each upstreamoidc.ProviderConfig object. 2020-12-02 15:55:33 -06:00
upstreamwatcher_test.go Add upstreamoidc.ProviderConfig type implementing provider.UpstreamOIDCIdentityProviderI. 2020-11-30 15:22:56 -06:00