Verifying images using a generated public key
Anna-Katona opened this issue · 1 comments
Anna-Katona commented
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:
- 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