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
We'd like to have an opportunity to pass our own Cosign public key generated with cosign generate-key-pair to the provider. To use it the same way as 'cosign verify --key ...’
Expectations:
Generate a key pair using cosign generate-key-pair
Sign an image
Create a k8s secret/configmap for cosign.pub
Pass the secret/configmap to cosign-gatekeeper-provider deployment
Verify the images using the public key
The text was updated successfully, but these errors were encountered:
Hi, I am also looking for something similar if there is a way or in the roadmap please add updates to this issue.
I was looking at this repo and it looks like more of a demo and deprecated with gatekeeper version.
Description
Hi!
We'd like to have an opportunity to pass our own Cosign public key generated with
cosign generate-key-pair
to the provider. To use it the same way as 'cosign verify --key ...’Expectations:
The text was updated successfully, but these errors were encountered: