apiserver/pkg/audit
Cao Shufeng d248b52a81 Fix Audit-ID header key
Now http header key "Audit-ID" doesn't have effect, because golang
automaticly transforms "Audit-ID" into "Audit-Id". This change use
http.Header.Get() function to canonicalize "Audit-ID" to "Audit-Id".

Kubernetes-commit: f21bc7bb9a82378e8b24f72c66dfd23bc8113f20
2017-07-06 23:56:07 +00:00
..
policy empty audit policy file is legal configuration 2017-06-13 20:47:30 +00:00
BUILD run hack/update-all 2017-06-28 00:14:31 +00:00
format.go Remove extra empty lines from log 2017-06-13 20:47:33 +00:00
metrics.go s/count/total/ in audit prometheus metrics 2017-06-28 00:14:32 +00:00
request.go Fix Audit-ID header key 2017-07-06 23:56:07 +00:00
scheme.go Implement audit policy logic 2017-06-13 20:47:28 +00:00
types.go audit: add audit event to the context and fill in handlers 2017-06-13 20:47:28 +00:00
union.go apiserver: add a webhook implementation of the audit backend 2017-06-13 20:47:30 +00:00
union_test.go apiserver: add a webhook implementation of the audit backend 2017-06-13 20:47:30 +00:00