linkerd2/viz/tap/api
Oliver Gould e03f6182f4
Require use of at least TLS v1.2 (#7837)
In several places where we build TLS servers (usually in our webhooks),
we use the default TLS configuration, which enables legacy versions of
TLS.

This change updates these servers to specify a minimum TLS version of
v1.2.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-02-07 19:13:02 -08:00
..
client.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
grpc_server.go Fix log forgery issues in production-facing code (#7664) 2022-01-24 10:18:39 -08:00
grpc_server_test.go Fix log forgery issues in production-facing code (#7664) 2022-01-24 10:18:39 -08:00
handlers.go tap: Fix potential log forgery in debug logging (#7819) 2022-02-07 15:06:52 -08:00
handlers_test.go Fix log forgery issues in production-facing code (#7664) 2022-01-24 10:18:39 -08:00
main.go Graceful shutdown for admin server (#6817) 2021-09-07 10:50:31 -05:00
server.go Require use of at least TLS v1.2 (#7837) 2022-02-07 19:13:02 -08:00
server_test.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00