*: remove --insecure-allow-any-token option

e2e and integration tests have been switched over to the tokenfile
authenticator instead.

```release-note
The --insecure-allow-any-token flag has been removed from kube-apiserver. Users of the flag should use impersonation headers instead for debugging.
```
This commit is contained in:
Eric Chiang
2017-07-17 15:59:15 -07:00
parent ebf24c14a9
commit e2f2ab67f2
16 changed files with 55 additions and 212 deletions

1
hack/testdata/auth-tokens.csv vendored Normal file
View File

@@ -0,0 +1 @@
admin-token,admin,,"system:masters"
1 admin-token admin system:masters