mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
etcd has support for client-cert-auth, which can be configured via the flag `--ca-file`, when that is enabled, all the client requests must present with a client certificate, however, the current component status check uses a single transport for all of the checks, this is wrong, the checks should be different for each of different component, and make each of them use different transport(tls configurations). |
||
|---|---|---|
| .. | ||
| BUILD | ||
| doc.go | ||
| rest.go | ||
| rest_test.go | ||
| validator.go | ||
| validator_test.go | ||