mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Merge pull request #69043 from deads2k/auth-01-logging
make sure that log includes user information
This commit is contained in:
commit
05196d752b
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user