Comment 2 for bug 2039727

Revision history for this message
Harry Pidcock (hpidcock) wrote :

I believe this is due to WWW-Authenticate challenge type of Basic not being handled, we are expecting a Bearer type with a realm etc to then use Basic auth on that (like most other OCI v2 registries). This is indeed a OCI v2/Docker v2 compliant response, we are just missing this specific handling.