linkerd2/controller/webhook
Scott Fleener 3847f9cf13
Set minimum TLS version to 1.3 (#13500)
This helps ensure a minimum level of security. The two places this affects is our controller webhook and linkerd-viz tap API.

The controller requires that kube-api supports TLSv1.3, which it does as of 1.19 (our minimum is currently 1.22). The linkerd-viz tap API is mostly used internally, and is deprecated. It may be worth revisiting if we want to keep it around at all.

Signed-off-by: Scott Fleener <scott@buoyant.io>
2024-12-19 09:19:09 -05:00
..
launcher.go Add ability to configure client-go's `QPS` and `Burst` settings (#11644) 2023-11-28 15:25:05 -05:00
server.go Set minimum TLS version to 1.3 (#13500) 2024-12-19 09:19:09 -05:00
server_test.go Set minimum TLS version to 1.3 (#13500) 2024-12-19 09:19:09 -05:00
util.go Add native sidecar support (#11465) 2023-11-22 12:23:24 -05:00