diff --git a/remotes/docker/resolver.go b/remotes/docker/resolver.go index b69d46c02..9fa4b41df 100644 --- a/remotes/docker/resolver.go +++ b/remotes/docker/resolver.go @@ -71,6 +71,9 @@ type Authorizer interface { // unmodified. It may also add an `Authorization` header as // "bearer " // "basic " + // + // It may return remotes/errors.ErrUnexpectedStatus, which for example, + // can be used by the caller to find out the status code returned by the registry. Authorize(context.Context, *http.Request) error // AddResponses adds a 401 response for the authorizer to consider when