cosign icon indicating copy to clipboard operation
cosign copied to clipboard

Support for insecure mode in verifier

Open souleb opened this issue 3 years ago • 1 comments

cosign has a flag --allow-insecure-registry that set InsecureSkipVerify=true on in the underlying tls config. We would like to have another option that set the scheme to http the same ways crane does it with its insecure flag.

The primary use case is testing.

souleb avatar Sep 28 '22 08:09 souleb

I can take over this one @dlorenc

developer-guy avatar Oct 05 '22 11:10 developer-guy