This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
jarsigner: VerificationException: Could not find public key for provided keyId #151
Labels
bug
Something isn't working
Description
The jarsigner task uses https://www.googleapis.com/oauth2/v3/certs to get provider certificate information.
Version
sigstore:0.4.0:jarsign
Additional Information
Stacktrace
Looking at the code, it looks like it is using the default certificates from
https://www.googleapis.com/oauth2/v3/certs
for verification. I assume this is wrong, and that theIdTokenVerifier
should be initialized using a builder.The text was updated successfully, but these errors were encountered: