We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70c076 commit 179d302Copy full SHA for 179d302
plugin/pkg/admission/broker/authsarcheck/admission.go
@@ -106,9 +106,7 @@ func (s *sarcheck) Admit(a admission.Attributes) error {
106
User: userInfo.GetName(),
107
Groups: userInfo.GetGroups(),
108
Extra: convertToSARExtra(userInfo.GetExtra()),
109
- // TODO: uncomment after rebase onto Kubernetes 1.8.
110
- // See https://github.com/kubernetes/kubernetes/pull/49677
111
- //UID: userInfo.GetUID(),
+ UID: userInfo.GetUID(),
112
},
113
}
114
sar, err := s.client.AuthorizationV1().SubjectAccessReviews().Create(sar)
0 commit comments