camallo / dkregistry-rs

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

blobs: authentication is broken #66

Closed steveej closed 5 years ago

steveej commented 5 years ago

Since the token is appended to the request headers of the hyper client, which is not considered reqwest, #65 broke authenticated calls for blobs.