kubernetes/plugin/pkg/auth/authorizer/rbac
Kubernetes Submit Queue b1a3f3794a Merge pull request #35300 from deads2k/rbac-17-subjectlocator
Automatic merge from submit-queue (batch tested with PRs 35300, 36709, 37643, 37813, 37697)

add rbac action to subjects type

This adds the ability to go from an authorization action to the list subjects who have the power to perform the action.  This will be used to either back an RBAC specific endpoint or generic authorization endpoint.  Because of the way authorization works today, the set of subjects returned will always be a subset of those with access since any authorizer can say yes.

@kubernetes/sig-auth
2016-12-03 08:55:54 -08:00
..
bootstrappolicy Merge pull request #37391 from deads2k/controller-03-roles 2016-12-02 20:32:46 -08:00
BUILD add rbac action to subjects type 2016-11-08 07:47:11 -05:00
rbac_test.go add rbac action to subjects type 2016-11-08 07:47:11 -05:00
rbac.go run authorization from a cache 2016-10-13 07:53:40 -04:00
subject_locator_test.go add rbac action to subjects type 2016-11-08 07:47:11 -05:00
subject_locator.go add rbac action to subjects type 2016-11-08 07:47:11 -05:00