Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for insecure mode in verifier #2290

Closed
souleb opened this issue Sep 28, 2022 · 1 comment · Fixed by #2316
Closed

Support for insecure mode in verifier #2290

souleb opened this issue Sep 28, 2022 · 1 comment · Fixed by #2316
Labels
enhancement New feature or request

Comments

@souleb
Copy link

souleb commented Sep 28, 2022

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 way crane does it with its insecure flag.

The primary use case is testing.

@developer-guy
Copy link
Member

I can take over this one @dlorenc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants