fix: handle multiple scope params in registry token endpoint #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "aazoulay/change-resource-defaults"
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 sends multiple scope query params for cross-repo blob mounts.
The endpoint now iterates all scopes and silently drops unauthorized
ones (per the Docker token auth spec) instead of returning 403.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com