heroku / docker-registry-client

A Go API client for the v2 Docker Registry API
BSD 3-Clause "New" or "Revised" License
297 stars 225 forks source link

Rework basic auth to only send credentials to the registry itself. #1

Closed ojacobson closed 8 years ago

ojacobson commented 8 years ago

Registry implementations that redirect clients to other stores (such as S3) should not cause those stores to be presented with registry credentials.