mirror of https://github.com/k3s-io/k3s
make sure that log includes user information
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