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

Cosign | Add support for client to configure a proxy to pull signatures #392

Merged
merged 2 commits into from
Oct 15, 2024

Commits on Oct 15, 2024

  1. chore(dep): update oci-distribution to oci-client

    oci-client is the succeeder of oci-distribution crate.
    
    Signed-off-by: Xynnn007 <[email protected]>
    Xynnn007 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    6ec0de5 View commit details
    Browse the repository at this point in the history
  2. cosign: add https_proxy and no_proxy for ClientConfig

    The new `https_proxy` and `no_proxy` option gives ability for the users
    to set a proxy to pull signature manifest from the registry. This is
    useful in some cases where access to the registry depends on a proxy.
    
    Signed-off-by: Xynnn007 <[email protected]>
    Xynnn007 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ef4f2e3 View commit details
    Browse the repository at this point in the history