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
Disable auth caching and report better blob upload errors (#223)
* Log more explicit error on blob upload
The message is very, very chatty, but hopefully provides some useful
debugging context.
* Disable auth caching
ACR publishes were failing with 401s, I suspect because we had a cached token with only `pull` scope instead of also `push`.
Disabling entirely for now; if we bring it back we should include scope in the cache key . . . somehow.
stringerrorMessage=$"Failed to upload blob to {pushUri}; recieved {pushResponse.StatusCode} with detail {awaitpushResponse.Content.ReadAsStringAsync()}";
0 commit comments