kubernetes/plugin/pkg/auth/authenticator/token
k8s-merge-robot 346f965871 Merge pull request #25694 from cjcullen/authncache
Automatic merge from submit-queue

Cache Webhook Authentication responses

Add a simple LRU cache w/ 2 minute TTL to the webhook authenticator.

Kubectl is a little spammy, w/ >= 4 API requests per command. This also prevents a single unauthenticated user from being able to DOS the remote authenticator.
2016-05-21 10:48:38 -07:00
..
oidc add tests for newOIDCAuthProvider 2016-05-18 17:03:11 -07:00
tokenfile [tokenfile] 2015-10-21 10:37:35 +01:00
tokentest rewrite go imports 2015-08-05 17:30:03 -07:00
webhook Add expiration LRU cache for webhook token authenticator. 2016-05-18 11:58:11 -07:00