feat: handle Docker Bearer token auth for upstream registries #60
Reference in New Issue
Block a user
Delete Branch "benvin/docker-token-auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Docker Hub (and other registries) return 401 with a
Www-Authenticate: Bearer realm=...challenge even for public images. The proxy now:Fixes:
docker pull artifactapi.../dockerhub/library/redis:latestreturning "unauthorized: upstream returned 401"