linkerd2/controller/proxy-injector
Alejandro Pedraza fe234cade1
Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163)
Use `ca.NewCA()` for generating certs and keys for the proxy injector

- Remove from CA controller everything that dealt with the
webhook/proxy-injector
- Remove no longer needed proxy-injector volumes for 'trust-anchors' and
'webhook-secrets'
- Remove from the proxy-injector the retrieval of the trust anchor and
secrets
- tls flag during install is no longer needed for auto-inject to work

Fixes #2095 and fixes #2166

Signed-off-by: Alejandro Pedraza <alejandro@buoyant.io>
2019-01-30 16:04:33 -05:00
..
fake Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163) 2019-01-30 16:04:33 -05:00
tmpl Enable lint check for comments (#2023) 2019-01-02 14:03:59 -08:00
patch.go proxy injector: insert at end of arrays (#1881) 2018-11-28 14:21:18 -08:00
patch_test.go proxy injector: insert at end of arrays (#1881) 2018-11-28 14:21:18 -08:00
server.go Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163) 2019-01-30 16:04:33 -05:00
server_test.go Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163) 2019-01-30 16:04:33 -05:00
webhook.go WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00
webhook_config.go Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163) 2019-01-30 16:04:33 -05:00
webhook_config_test.go Use `ca.NewCA()` for generating certs and keys for the proxy injector (#2163) 2019-01-30 16:04:33 -05:00
webhook_test.go WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00