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

feat (config): add support for a http.RoundTripper #137

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

jimlambrt
Copy link
Collaborator

@jimlambrt jimlambrt commented Aug 1, 2024

Add support for specifying an optional http.RoundTripper for a provider config. If specified the http client will use the RoundTripper when making requests to the provider.

@jimlambrt jimlambrt marked this pull request as ready for review August 1, 2024 18:10
Copy link
Contributor

@austingebauer austingebauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

oidc/provider.go Outdated Show resolved Hide resolved
oidc/config.go Outdated Show resolved Hide resolved
Add support for specifying an optional http.RoundTripper
for a provider config.  If specified the http
client will use the RoundTripper when making
requests to the provider.
@jimlambrt jimlambrt merged commit 3dae6e2 into main Aug 1, 2024
6 checks passed
@jimlambrt jimlambrt deleted the jimlambrt-roundtripper branch August 1, 2024 18:32
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

Successfully merging this pull request may close these issues.

2 participants