You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding auth caching per-URL works well for GitHub Container Registry and
Azure Container Registry, _except_ that ACR failed in a confusing way
when initiating blob uploads--if presented with a bad token at that
point, it failed outright with a 401 (that did not provide enough
information for the existing reauthentication flow to do its thing). To
avoid this problem, I'm adding a cache exception for that URL pattern.
That shouldn't be too costly, since it's called only once per blob
upload, so even when doing chunked uploads the bulk of requests should
be cacheable.
0 commit comments