Kubernetes Submit Queue
6c5a187171
Merge pull request #33378 from deads2k/rbac-10-allow-token
...
Automatic merge from submit-queue
add anytoken authenticator
Adds `--insecure-allow-any-token` as a flag to the API server to create an authenticator that will accept any bearer token and transform it into a user by parsing it out as `username/group1,group2,...`.
This gives an easy way to identify as a user and check permissions:
```bash
ALLOW_ANY_TOKEN=true hack/local-up-cluster.sh
kubectl config set-cluster local-kube --server=https://localhost:6443 --insecure-skip-tls-verify=true
kubectl config set-credentials david --token=david/group1
kubectl config set-context local --cluster=local-kube --user=david
kubectl config use-context local
```
@kubernetes/sig-auth
2016-09-29 12:32:08 -07:00
..
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-09-26 01:42:55 -07:00
2016-07-29 13:29:34 -07:00
2016-09-28 10:53:30 -07:00
2016-09-28 10:58:09 -04:00
2016-09-28 10:58:09 -04:00
2016-08-18 16:33:51 -07:00
2016-09-29 12:32:08 -07:00
2016-09-24 14:46:43 +01:00
2016-06-08 17:22:12 -07:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:54 -07:00
2016-07-12 21:52:00 -07:00
2016-09-15 13:22:45 +02:00
2016-08-02 22:16:55 -04:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-08-15 21:13:13 +00:00
2016-07-12 21:52:00 -07:00
2016-09-27 16:22:23 -07:00
2016-06-29 17:47:36 -07:00
2016-07-12 21:52:00 -07:00
2016-06-29 18:46:07 -07:00
2016-08-26 13:31:08 -07:00
2016-09-22 13:41:27 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-09-29 12:32:08 -07:00
2016-06-29 17:47:36 -07:00
2016-09-27 14:53:16 -07:00
2016-07-15 08:42:12 -07:00
2016-08-02 10:27:29 -04:00
2016-07-12 21:52:00 -07:00
2016-08-26 12:33:06 -04:00
2016-09-09 16:35:05 -07:00
2016-09-01 22:52:13 -07:00
2016-06-29 17:47:36 -07:00
2016-09-22 13:30:41 -04:00
2016-08-25 15:09:27 -07:00
2016-08-09 14:07:53 -07:00
2016-09-22 13:30:41 -04:00
2016-08-31 13:21:42 -07:00
2016-08-31 13:21:42 -07:00
2016-08-30 14:15:21 -07:00
2016-07-12 21:52:00 -07:00
2016-08-12 21:20:38 -07:00
2016-07-03 00:39:59 -07:00
2016-07-12 21:52:54 -07:00
2016-07-12 21:52:54 -07:00
2016-09-22 13:30:41 -04:00
2016-06-29 17:47:36 -07:00
2016-09-14 05:35:51 -07:00
2016-07-12 21:52:00 -07:00
2016-09-22 13:30:41 -04:00
2016-07-12 21:52:00 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-06-29 17:47:36 -07:00
2016-07-12 21:52:00 -07:00
2016-08-24 13:09:13 -07:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:54 -07:00
2016-07-12 09:17:08 +08:00
2016-07-12 21:52:00 -07:00
2016-06-29 17:47:36 -07:00
2016-09-21 18:08:41 -07:00
2016-08-24 13:09:13 -07:00
2016-09-08 11:07:49 -04:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:00 -07:00
2016-07-13 13:39:20 -07:00
2016-07-12 21:52:00 -07:00
2016-07-12 21:52:00 -07:00
2016-06-29 17:47:36 -07:00