-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
New signatures can't be verified #20
New signatures can't be verified #20
Comments
This issue was fixed in sigstore/sigstore-rs#70 |
Getting a similar issue with just public key verification (no keyless):
relevant policy is as follows:
|
@zosocanuck I can't reproduce the issue with the latest version. Can you please provide more information about your environment? which version of |
@raulcabello Testing with minikube v1.27, kubewarden/policy-server:v1.2, kubewarden/kubewarden-controler:v1.1.1 and verify-image-signatures:v0.1.7. I'm following the latest quick start guide. image is ghcr.io/zosocanuck/cert-manager-dashboard:0.1 cosign signature looks good via |
Thanks @zosocanuck ! I can reproduce the issue with Can you please tell me how you signed the image and which version of cosign you used? Did you use a keypair generated with cosign? |
@raulcabello Yes, there is a
|
This is a sigstore-rs issue. @raulcabello: can you open an issue against it please? |
Upgrade to latest release of sigstore-rs. This is required to fix kubewarden/verify-image-signatures#20 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
Is there an existing issue for this?
Current Behavior
New signatures can't be verified. Something has changed with the new sigstore releases and we can no longer verify new signatures. Old signatures can still be verified.
Expected Behavior
Signatures can be verified
Steps To Reproduce
Create this policy:
and try to create the following pod:
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: