You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent update to com.auth0.java-jwt to keys have been rotated and currently the jwks-rsa package looks to be using the same key causing the PGP verification to fail during the install step. While the issue was solved for the com.auth0.java-jwt by updating it to 4.5.0 version the jwks-rsa package has not received any update which means there isn't any way to solve the issue until new release is made using new key.
Checklist
Description
With the recent update to
com.auth0.java-jwt
to keys have been rotated and currently thejwks-rsa
package looks to be using the same key causing the PGP verification to fail during the install step. While the issue was solved for thecom.auth0.java-jwt
by updating it to4.5.0
version thejwks-rsa
package has not received any update which means there isn't any way to solve the issue until new release is made using new key.Here are the key PGP info to show the issue using the pgpverify-maven-plugin:
com.auth0.java-jwt:4.5.0
com.auth0.java-jwt:4.4.0
com.auth0.jwks-rsa:0.22.1
Reproduction
jwks-rsa
as dependency.com.auth0:jwks-rsa:jar:0.22.1 PGP key 0x7C579522A12B1443 not found on keyserver
Additional context
No response
jwks-rsa version
0.22.1
Java version
11
The text was updated successfully, but these errors were encountered: