We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description
Keyless verification is not working since the Fulcio Intermediate CA certificate was introduced, see sigstore/cosign#1774
This is the error I see:
INFO sigstore::cosign::signature_layers: Skipping OCI layer because of error error=CertificateValidityError("Not issued by a trusted root")
If the signature is stored in an OCI, the chain is stored in the annotation dev.sigstore.cosign/chain
dev.sigstore.cosign/chain
Version
sigstore-rs v0.3.1
The text was updated successfully, but these errors were encountered:
Assigned to @raulcabello, who is currently looking into that
Sorry, something went wrong.
Tag v0.3.2
9d798ac
Changes: * Add Fulcio intermediate CA certificate to intermediate pool - fixes issue sigstore#70 Signed-off-by: Flavio Castelli <[email protected]>
raulcabello
Successfully merging a pull request may close this issue.
Description
Keyless verification is not working since the Fulcio Intermediate CA certificate was introduced, see sigstore/cosign#1774
This is the error I see:
If the signature is stored in an OCI, the chain is stored in the annotation
dev.sigstore.cosign/chain
Version
sigstore-rs v0.3.1
The text was updated successfully, but these errors were encountered: