make sure that log includes user information

pull/58/head
David Eads 2018-09-25 14:10:09 -04:00
parent bc6cb90820
commit c76f8f194c
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ func (n nodeAuthorizerAttributesGetter) GetRequestAttributes(u user.Info, r *htt
attrs.Subresource = "spec"
}
glog.V(5).Infof("Node request attributes: attrs=%#v", attrs)
glog.V(5).Infof("Node request attributes: user=%#v attrs=%#v", attrs.GetUser(), attrs)
return attrs
}