You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add two new methods that can be called from the policies: verify_pub_keys_image() and verify_keyless_exact_match() They will return a VerificationResponse which contains a boolean indicating if it is trusted and the digest.
Is your feature request related to a problem?
No response
Solution you'd like
Add two new methods that can be called from the policies:
verify_pub_keys_image()
andverify_keyless_exact_match()
They will return aVerificationResponse
which contains a boolean indicating if it is trusted and the digest.Alternatives you've considered
No response
Anything else?
See the Rust SDK implementation: kubewarden/policy-sdk-rust#33
The text was updated successfully, but these errors were encountered: