Files
kubernetes/test
Kubernetes Submit Queue a104229e1a Merge pull request #38981 from liggitt/remove-rbac-user-all
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".
```
2017-01-04 16:14:05 -08:00
..
2016-12-29 13:04:10 -08:00
2016-11-22 21:01:20 -08:00
2017-01-04 10:27:05 -05:00
2016-12-29 13:04:10 -08:00
2016-12-14 12:39:49 -08:00
2016-03-02 20:46:32 -05:00