1. 05 Jan, 2017 1 commit
    • 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
  2. 04 Jan, 2017 39 commits