kubernetes/plugin/pkg/auth/authenticator/token/tokenfile
Davanum Srinivas 25d4a70827 Allow secure access to apiserver from Admission Controllers
* Allow options.InsecurePort to be set to 0 to switch off insecure access
* In NewSelfClient, Set the TLSClientConfig to the cert and key files
  if InsecurePort is switched off
* Mint a bearer token that allows the client(s) created in NewSelfClient
  to talk to the api server
* Add a new authenticator that checks for this specific bearer token

Fixes #13598
2016-09-20 10:42:21 -04:00
..
tokenfile_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
tokenfile.go Allow secure access to apiserver from Admission Controllers 2016-09-20 10:42:21 -04:00