Skip to content

Conversation

@pmlopes
Copy link
Contributor

@pmlopes pmlopes commented Sep 10, 2024

Motivation:

JWS/JWT picks a random signer when multiple entries are known for the same algorithm. There are a few known problems here:

  1. we don't rely on a secure random
  2. random initialization interferes with build time initialization in Quarkus (not regular GraalVM)

With this behavior change we are more aligned with cloud vendors. We just round robin the keys.

@pmlopes pmlopes marked this pull request as draft September 10, 2024 07:16
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