Files
kubernetes/hack
Kubernetes Submit Queue c3aac2b938 Merge pull request #38968 from liggitt/anonymous-abac
Automatic merge from submit-queue (batch tested with PRs 36751, 38968)

Convert * users/groups to system:authenticated group in ABAC

Part of enabling anonymous auth by default in 1.6 means protecting earlier policies that did not intend to grant access to anonymous users.

This modifies ABAC policies that match `user` or `group` `*` to only match authenticated users.

Docs PR to update examples to use `system:authenticated` or `system:unauthenticated` groups explicitly: https://github.com/kubernetes/kubernetes.github.io/pull/1992

```release-note
ABAC policies using "user":"*" or "group":"*" to match all users or groups will only match authenticated requests. To match unauthenticated requests, ABAC policies must explicitly specify "group":"system:unauthenticated"
```
2016-12-20 23:31:43 -08:00
..
2016-07-12 21:52:54 -07:00
2016-07-12 21:52:00 -07:00
2016-12-14 06:03:00 -08:00
2016-08-02 10:27:29 -04:00
2016-07-12 21:52:00 -07:00
2016-12-12 13:30:06 -08:00
2016-07-12 21:52:00 -07:00
2016-12-12 13:30:06 -08:00
2016-12-06 13:45:10 -05:00
2016-12-06 13:45:10 -05:00
2016-10-19 09:47:21 -04:00
2016-12-14 06:03:00 -08:00