mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* proxy: Drop error 403 token requests for anonymous pulls (PROJQUAY-9012) ghcr.io returns 403 when attempting an anonymous pull, which causes the proxy to attempt authentication even when authentication is disabled. This change ignores 403 status codes when requesting anonymous pulls, similar to the existing behavior for 401 responses. * fix formatting