fix checks
Signed-off-by: David Wu <david.wu@docker.com>
This commit is contained in:
parent
f730f3ab77
commit
b2bd465760
3 changed files with 3 additions and 3 deletions
|
@ -245,7 +245,7 @@ func (ts *tokenServer) getToken(ctx context.Context, w http.ResponseWriter, r *h
|
|||
// Get response context.
|
||||
ctx, w = dcontext.WithResponseWriter(ctx, w)
|
||||
|
||||
challenge.SetHeaders(w)
|
||||
challenge.SetHeaders(r, w)
|
||||
handleError(ctx, errcode.ErrorCodeUnauthorized.WithDetail(challenge.Error()), w)
|
||||
|
||||
dcontext.GetResponseLogger(ctx).Info("get token authentication challenge")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue