-
Notifications
You must be signed in to change notification settings - Fork 16
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
Bug: Panic when verifying policy, error "unknown variant ecdsa
"
#753
Bug: Panic when verifying policy, error "unknown variant ecdsa
"
#753
Comments
Seems to be caused by sigstore/sigstore-rs#338 |
This needs: b. Either use a c. Or consume manually:
d. Releases for kwctl and policy-server. |
Trying approach b, The Simpler to fork the dependency chain, approach c. |
Consumed the pointed forks above in policy-fetcher, policy-evaluator, kwctl, and the upstream tough fix seems to be incomplete. Moving to blocked. |
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit update to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Required to fix kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit update to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Required to fix kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Required to fix kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
The Sigstore project changed the internals of its TUF repository, which broke sigstore-rs. This commit updates to the latest version of sigstore-rs. The code changes have been caused by the massive changes done by sigstore-rs. Fixes kubewarden/kwctl#753 Signed-off-by: Flavio Castelli <fcastelli@suse.com>
When running
kwctl verify
as follows, mirroring a failure shown on integration tests in CI, I get:This happens for test policy
registry://ghcr.io/kubewarden/tests/capabilities-psp:v0.1.9
and GAregistry://ghcr.io/kubewarden/policies/capabilities-psp:v0.1.15
Full output:
Click me
The
verification-config.yml
is straight fromkwctl scaffold verification-config > verification-config.yml
:Note:
While this makes image verification fail in kwctl and policy-server, we fail-closed, meaning that even if images are correctly signed, Kubewarden will fail the image verification and report "Image verification failed: missing signatures".
The text was updated successfully, but these errors were encountered: