Unverified Commit 05196d75 authored by k8s-ci-robot's avatar k8s-ci-robot Committed by GitHub

Merge pull request #69043 from deads2k/auth-01-logging

make sure that log includes user information
parents f0311b52 c76f8f19
......@@ -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
}
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