Update module github.com/MicahParks/jwkset to v0.8.0 #721
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.5.20
->v0.8.0
Release Notes
MicahParks/jwkset (github.com/MicahParks/jwkset)
v0.8.0
: Change function parameter typeCompare Source
The purpose of this release is to change a function parameter from type from
*url.URL
tostring
for convenience.Breaking changes:
NewStorageFromHTTP
function accepts astring
instead of a*url.URL
.Relevant issues:
Relevant pull requests:
v0.7.0
: Fix potential race conditionCompare Source
The purpose of this release is to fix a potential race condition.
Breaking changes:
kid
to be present in the set.Relevant pull requests:
v0.6.0
Compare Source
The purpose of this release is to fix a bug pointed out by @rohitkoul in https://github.com/MicahParks/jwkset/pull/7#discussion_r1907816656. There is a bug in the refresh goroutine related to key replacement.
The project's provided HTTP client's local JWK Set cache should do a full replacement when the goroutine refreshes the remote JWK Set. The current behavior is to overwrite or append. This is a security issue for use cases that utilize the provided auto-caching HTTP client and where key removal from a JWK Set is equivalent to revocation.
Regardless of this bug, please note that removing a key from a JWK Set does not equate to instant revocation for most use cases as it takes time for JWK Set updates to propagate to all clients.
Breaking changes:
Storage
field from theHTTPClientStorageOptions
data structure.Relevant issues:
Relevant pull requests:
v0.5.21
Compare Source
Configuration
📅 Schedule: Branch creation - "after 5am on sunday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).