k3s/cmd/kube-apiserver/app
Kubernetes Submit Queue ca75b47657 Merge pull request #32555 from pweil-/admission-authorizer
Automatic merge from submit-queue

WantsAuthorizer admission plugin support

The next step of PSP admission is to be able to limit the PSPs used based on user information.  To do this the admission plugin would need to make authz checks for the `user.Info` in the request.  This code allows a plugin to request the injection of an authorizer to allow it to make the authz checks.

Note:  this could be done with a SAR, however since admission is running in the api server using the SAR would incur an extra hop vs using the authorizer directly.

@deads2k @derekwaynecarr
2016-10-13 03:40:11 -07:00
..
options Enable service account signing key rotation 2016-10-04 14:16:38 -04:00
plugins.go Revert "Remove deprecated Namespace admission plug-ins" 2016-08-28 10:20:44 -07:00
server.go Merge pull request #32555 from pweil-/admission-authorizer 2016-10-13 03:40:11 -07:00
server_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00