redhat-cop / image-scanning-signing-service

Image Signing and Scanning as a Service
36 stars 21 forks source link

Add support to provide custom GPG key #2

Closed sabre1041 closed 6 years ago

sabre1041 commented 6 years ago

When signing an image, by default a GPG is configured for the controller to leverage. Provide a facility for users to create a secret within their project and reference it within a new field called secretName in the ImageSigningRequest spec. At runtime, the secret will be copied to the project running the controller and leveraged during the signing action

sabre1041 commented 6 years ago

This has been implemented