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
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: