-
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
feat: Support verifying GHA signatures, Url prefix subjects #146
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! just don't forget to change kubewarden-policy-sdk
in the Cargo.toml
Contains needed GHA changes.
Add `verify_github_actions()`, which is called when we receive the new `CallbackRequestType::SigstoreGithubActionsVerify{}`.
Add `verify_keyless_prefix()`, which is called when we receive the new `CallbackRequestType::SigstoreKeylessPrefixVerify{}`.
rebased consuming the yet-unreleased kubewarden-sdk-rust |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ship it!
Description
Add
verify_github_actions()
, which is called when we receive the newCallbackRequestType::SigstoreGithubActionsVerify{}
.Add
verify_keyless_prefix()
, which is called when we receive the newCallbackRequestType::SigstoreKeylessPrefixVerify{}
.Depends on kubewarden/policy-sdk-rust#46
Relates to kubewarden/policy-sdk-rust#40
Relates to kubewarden/policy-sdk-rust#41
Test
Additional Information
Tradeoff
Potential improvement