Log authorized username
This is useful to know which user pulled/pushed which repo. Signed-off-by: Manish Tomar <manish.tomar@docker.com>
This commit is contained in:
parent
0d3efadf01
commit
ec6566c02b
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ func (app *App) authorized(w http.ResponseWriter, r *http.Request, context *Cont
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
dcontext.GetLogger(ctx).Info("authorized request")
|
dcontext.GetLogger(ctx, auth.UserNameKey).Info("authorized request")
|
||||||
// TODO(stevvooe): This pattern needs to be cleaned up a bit. One context
|
// TODO(stevvooe): This pattern needs to be cleaned up a bit. One context
|
||||||
// should be replaced by another, rather than replacing the context on a
|
// should be replaced by another, rather than replacing the context on a
|
||||||
// mutable object.
|
// mutable object.
|
||||||
|
|
Loading…
Reference in a new issue