distribution/registry/proxy
Richard Scothern 8bd613aa11 URL parse auth endpoints to normalize hostname to lowercase.
It is possible for a middlebox to lowercase the URL at somepoint causing a
lookup in the auth challenges table to fail.  Lowercase hostname before
using as keys to challenge map.

Signed-off-by: Richard Scothern <richard.scothern@gmail.com>
2016-03-07 14:08:21 -08:00
..
scheduler Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00
proxyauth.go Extend authChallenger interface to remove type cast. 2016-02-17 13:07:14 -08:00
proxyblobstore.go Enable proxying registries to downgrade fetched manifests to Schema 1. 2016-02-22 17:56:48 -08:00
proxyblobstore_test.go Enable proxying registries to downgrade fetched manifests to Schema 1. 2016-02-22 17:56:48 -08:00
proxymanifeststore.go To avoid any network use unless necessary, delay establishing authorization 2016-02-16 11:53:42 -08:00
proxymanifeststore_test.go Fix some typos in comments and strings 2016-02-23 22:33:38 +01:00
proxymetrics.go Add pull through cache functionality to the Registry which can be configured 2015-08-04 16:09:55 -07:00
proxyregistry.go URL parse auth endpoints to normalize hostname to lowercase. 2016-03-07 14:08:21 -08:00
proxytagservice.go To avoid any network use unless necessary, delay establishing authorization 2016-02-16 11:53:42 -08:00
proxytagservice_test.go To avoid any network use unless necessary, delay establishing authorization 2016-02-16 11:53:42 -08:00