sigstore / cosign

Code signing and transparency for containers and binaries
Apache License 2.0
4.37k stars 531 forks source link

cosign sign with hashivault as KMS without transit #3611

Open VenutNSA opened 5 months ago

VenutNSA commented 5 months ago

Description

Hey, everyone!

I have a need for static key storage without using transit encryption. Is there any method to force cosign to use the signing key just from the KV storage?

cosign sign --tlog-upload=false --key hashivault://$KEY $IMAGE

hasanhakkaev commented 1 month ago

I don't think this is possible or will be supported/implemented in the future. But you can do the following :