oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

Return an auth token from Client::auth #104

Closed mattarnoatibm closed 8 months ago

mattarnoatibm commented 8 months ago

There are container registry API extensions that are not supported by the OCI distribution rust crate. So we can use the auth function from the OCI Distribution create to authenticate with a container registry in other crates the support the custom registry API extensions, we would want the Client::auth function to return an auth token.

mattarnoatibm commented 8 months ago

The PR to implement this is https://github.com/krustlet/oci-distribution/pull/105.

flavio commented 8 months ago

Closing, the PR has been merged