Closed willarmiros closed 9 months ago
We're cutting a new release of Cosign tomorrow which includes https://github.com/sigstore/cosign/pull/3427 which I believe should fix this
@willarmiros Can you confirm the new release fixed this for you?
@haydentherapper I can confirm with cosign 2.2.3 it works now, thanks!
Description
I have been following this blog to run a sigstore setup including Rekor, Fulcio, and TUF locally. Everything has worked ok until I try to verify a signature.
I sign a blob using:
I then try to verify the signature like so:
This gives the following error:
I would expect that passing
--insecure-ignore-sct
would prevent such an error, since as the blog tutorial suggested I am NOT running a CT server. I saw #3386 and was able to confirm that the signing & verifying works with my setup using normal public/private keypairs, so I think maybe a similar bug exists for the keyless logic?Version