camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

client: add method to evaluate authorization status #180

Closed steveej closed 4 years ago

steveej commented 4 years ago

This method can be used to evaluate if a client instance is authorized to at least call the v2 endpoint on the remote registry.

steveej commented 4 years ago

Thanks for your quick review @lucab :hugs: