Skip to content

Commit

Permalink
DOWNSTREAM: <carry>: add tls min/max version to grpc proxy
Browse files Browse the repository at this point in the history
This adds the min and max TLS version support from etcd-io#13506 and etcd-io#15156 to the grpc proxy.

Signed-off-by: Thomas Jungblut <[email protected]>
  • Loading branch information
tjungblu authored and Elbehery committed Jan 31, 2025
1 parent cbff472 commit b3249bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/etcd_grpcproxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func TestGrpcProxyAutoSync(t *testing.T) {
require.NoError(t, proxyProc.Stop())
}

func TestGrpcProxyTLSVersions(t *testing.T) {
func TestGrpcProxyTlsVersions(t *testing.T) {
e2e.SkipInShortMode(t)

epc, err := e2e.NewEtcdProcessCluster(t, e2e.NewConfigClientBoth())
Expand Down

0 comments on commit b3249bb

Please sign in to comment.