• 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
..
apis Loading commit data...
client Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
deploy Loading commit data...
develop Loading commit data...
docs/api-reference Loading commit data...
manifests Loading commit data...
pkg Loading commit data...
registry/cluster Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...