-
Notifications
You must be signed in to change notification settings - Fork 53
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
Conversation
a3df3d1
to
a48a0db
Compare
89204d6
to
ae4c39f
Compare
Hi @flavio Could you please help to take a look upon this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM. I left some comments
oci-client is the succeeder of oci-distribution crate. Signed-off-by: Xynnn007 <[email protected]>
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]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I just left one comment to be clarified before merging
This is still in draft. We will wait for a new release ofoci-client
to include oras-project/rust-oci-client#160Summary
In some special cases, client needs to connect a proxy to pull signature via a proxy. This PR mainly accomplishes this.
Release Note
ClientConfig
oci-distribution
tooci-client
Documentation
TODO