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

ocirepo: add cosign support for insecure HTTP registries #1176

Merged
merged 2 commits into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. ocirepo: add cosign support for insecure http registries

    Add support for verifying insecure HTTP OCI repositories with cosign. If
    `.spec.insecure` set to true, then cosign uses plain HTTP connections to
    communicate with the registry.
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    71f1080 View commit details
    Browse the repository at this point in the history
  2. oci: add tests for insecure cosign support; refactor test utils

    Add tests to test Cosign support for insecure registries. Furthermore,
    refactor OCI test utils to be more user friendly and enable accurate
    testing of HTTPS and HTTP OCI registries by circumnavigating Docker's
    automatic connection downgrade for registries hosted on localhost.
    
    Signed-off-by: Sanskar Jaiswal <jaiswalsanskar078@gmail.com>
    aryan9600 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fce7c10 View commit details
    Browse the repository at this point in the history