• Kubernetes Submit Queue's avatar
    Merge pull request #38981 from liggitt/remove-rbac-user-all · a104229e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 39408, 38981)
    
    Remove RBAC UserAll
    
    * Removes special handling of User * subjects in rolebinding matching evaluation
    * Converts v1alpha1 rolebindings to `User *` subjects to `Group system:authenticated` subjects for backwards compatibility
    
    ```release-note
    RBAC's special handling of the User subject named "*" in RoleBinding and ClusterRoleBinding objects is being deprecated and will be removed in v1beta1. Existing v1alpha1 role bindings to User "*" will be converted to the group "system:authenticated". To match unauthenticated requests, RBAC role bindings must explicitly bind to the group "system:unauthenticated".
    ```
    a104229e
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...