zitadel / oidc

Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
https://zitadel.com
Apache License 2.0
1.33k stars 138 forks source link

fix: fetchRemoteKeys context to include in request #593

Closed otakakot closed 4 months ago

otakakot commented 4 months ago

Fixed to include the context in which the span was created in the request.

Definition of Ready

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 62.17%. Comparing base (0992c5f) to head (ab95dfd). Report is 52 commits behind head on main.

:exclamation: Current head ab95dfd differs from pull request most recent head 80241fc. Consider uploading reports for the commit 80241fc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #593 +/- ## ========================================== + Coverage 60.06% 62.17% +2.11% ========================================== Files 80 81 +1 Lines 6998 6192 -806 ========================================== - Hits 4203 3850 -353 + Misses 2498 2037 -461 - Partials 297 305 +8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

livio-a commented 4 months ago

@otakakot thanks for the fix

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 3.22.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: