Commit c76f8f19 authored by David Eads's avatar David Eads

make sure that log includes user information

parent bc6cb908
...@@ -108,7 +108,7 @@ func (n nodeAuthorizerAttributesGetter) GetRequestAttributes(u user.Info, r *htt ...@@ -108,7 +108,7 @@ func (n nodeAuthorizerAttributesGetter) GetRequestAttributes(u user.Info, r *htt
attrs.Subresource = "spec" 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 return attrs
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment