linkerd2/viz/tap/api
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
..
client.go build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 (#12593) 2024-05-22 14:40:04 -05:00
grpc_server.go chore: update Go code for new lints (#13437) 2024-12-06 07:14:17 -08:00
grpc_server_test.go Refactor IPv4-only functions to also work for IPv6 (#12303) 2024-03-22 07:20:52 -05:00
handlers.go Remove shortnames from Tap API resources (#11816) 2024-01-04 06:37:36 -05:00
handlers_test.go Use go-test/deep for comparisons in tests (#8427) 2022-05-05 09:31:07 -07:00
main.go Add support for remote discovery (#11224) 2023-08-11 09:31:45 -07:00
server.go Set minimum TLS version to 1.3 (#13500) 2024-12-19 09:19:09 -05:00
server_test.go Use go-test/deep for comparisons in tests (#8427) 2022-05-05 09:31:07 -07:00