• Kubernetes Submit Queue's avatar
    Merge pull request #32555 from pweil-/admission-authorizer · ca75b476
    Kubernetes Submit Queue authored
    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
    ca75b476
Name
Last commit
Last update
..
admit Loading commit data...
alwayspullimages Loading commit data...
antiaffinity Loading commit data...
deny Loading commit data...
exec Loading commit data...
imagepolicy Loading commit data...
initialresources Loading commit data...
limitranger Loading commit data...
namespace Loading commit data...
persistentvolume/label Loading commit data...
resourcequota Loading commit data...
security Loading commit data...
securitycontext/scdeny Loading commit data...
serviceaccount Loading commit data...
storageclass/default Loading commit data...
OWNERS Loading commit data...