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

GitHubIdentityProvider and WebhookAuthenticator should perform tls.Dial with a timeout #2056

Merged
merged 4 commits into from
Sep 24, 2024

Conversation

joshuatcasey
Copy link
Member

@joshuatcasey joshuatcasey commented Sep 6, 2024

GitHubIdentityProvider and WebhookAuthenticator should perform tls.Dial with a timeout.

Edit: this should wait on #2057

Copy link

netlify bot commented Sep 6, 2024

Deploy Preview for pinniped-dev canceled.

Name Link
🔨 Latest commit 01c2377
🔍 Latest deploy log https://app.netlify.com/sites/pinniped-dev/deploys/66f316cfbd250c00082d4114

Copy link

codecov bot commented Sep 6, 2024

Codecov Report

Attention: Patch coverage is 88.09524% with 5 lines in your changes missing coverage. Please review.

Project coverage is 31.17%. Comparing base (1e0f7d8) to head (01c2377).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
internal/crypto/ptls/dialer.go 84.61% 3 Missing and 1 partial ⚠️
internal/controllermanager/prepare_controllers.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2056      +/-   ##
==========================================
+ Coverage   31.14%   31.17%   +0.02%     
==========================================
  Files         368      369       +1     
  Lines       60971    60999      +28     
==========================================
+ Hits        18990    19017      +27     
- Misses      41456    41457       +1     
  Partials      525      525              
Flag Coverage Δ
31.17% <88.09%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joshuatcasey joshuatcasey force-pushed the jtc/tls-dial-should-have-timeout branch 4 times, most recently from cd113a7 to bd897e9 Compare September 10, 2024 20:55
@joshuatcasey joshuatcasey force-pushed the jtc/tls-dial-should-have-timeout branch 2 times, most recently from 99b6bad to e4f1a29 Compare September 11, 2024 17:56
@joshuatcasey joshuatcasey merged commit 4e30bc3 into main Sep 24, 2024
48 checks passed
@joshuatcasey joshuatcasey deleted the jtc/tls-dial-should-have-timeout branch September 24, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants