apiserver/pkg/endpoints/filters
RainbowMango 5f565617cd Add metrics of authentication overall latency.
Add alpha tags to authentication_attempts explicitly.

Kubernetes-commit: 0c0d69e8be69fd2e1c62a292ed44be6c0d4158fc
2019-09-04 20:50:24 +08:00
..
OWNERS Updated OWNERS files to include link to docs 2019-01-30 20:05:00 +01:00
audit.go Add option to k8s apiserver to reject incoming requests upon audit failure 2018-07-03 14:40:55 +02:00
audit_test.go Remove duplicate words 2018-10-15 15:55:49 -04:00
authentication.go Add metrics of authentication overall latency. 2019-09-04 20:50:24 +08:00
authentication_test.go Verify the response audience matches one of apiAuds 2019-09-13 06:41:23 -07:00
authn_audit.go Remove request context mapper 2018-04-18 11:12:15 -04:00
authn_audit_test.go Update usages of http.ResponseWriter.WriteHeader to use http.Error 2018-10-08 22:20:52 +03:00
authorization.go Propagate context to Authorize() calls 2019-09-24 10:06:32 -04:00
authorization_test.go Propagate context to Authorize() calls 2019-09-24 10:06:32 -04:00
cachecontrol.go add cache-control headers to kube-apiserver 2019-08-26 09:39:29 -04:00
cachecontrol_test.go add cache-control headers to kube-apiserver 2019-08-26 09:39:29 -04:00
doc.go Mechanical fixup imports: pkg/genericapiserver 2017-02-13 07:36:41 -05:00
impersonation.go Propagate context to Authorize() calls 2019-09-24 10:06:32 -04:00
impersonation_test.go Propagate context to Authorize() calls 2019-09-24 10:06:32 -04:00
requestinfo.go Remove request context mapper 2018-04-18 11:12:15 -04:00
requestinfo_test.go Mechanical move: pkg/genericapiserver -> k8s.io/apiserver 2017-02-13 07:36:41 -05:00