make sure that log includes user information
This commit is contained in:
parent
bc6cb90820
commit
c76f8f194c
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user