• Kubernetes Submit Queue's avatar
    Merge pull request #34047 from deads2k/rbac-11-informer-cache · c3742a8f
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Run rbac authorizer from cache
    
    RBAC authorization can be run very effectively out of a cache.  The cache is a normal reflector backed cache (shared informer).
    
    I've split this into three parts:
     1. slim down the authorizer interfaces
     1. boilerplate for adding rbac shared informers and associated listers which conform to the new interfaces
     1. wiring
    
    @liggitt @ericchiang @kubernetes/sig-auth
    c3742a8f
Name
Last commit
Last update
..
admission Loading commit data...
auth Loading commit data...
client/auth Loading commit data...
scheduler Loading commit data...
webhook Loading commit data...