From 1a655622c78e8488fc0ff08d2fbd73cd4bd47aa0 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Wed, 12 May 2021 04:19:40 +0200 Subject: [PATCH] Document that xds uses grpc-netty-shaded (#7877) --- SECURITY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SECURITY.md b/SECURITY.md index 9bebf5b709..d2482e18cb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -60,6 +60,10 @@ BoringSSL. It includes pre-built libraries for 64 bit Windows, OS X, and 64 bit Linux. For 32 bit Windows, Conscrypt is an option. For all other platforms, Java 9+ is required. +For users of xDS management protocol, the grpc-netty-shaded transport is +particularly appropriate since it is already used internally for the xDS +protocol and is a runtime dependency of grpc-xds. + For users of grpc-netty we recommend [netty-tcnative with BoringSSL](#tls-with-netty-tcnative-on-boringssl), although using the built-in JDK support in Java 9+, [Conscrypt](#tls-with-conscrypt), and [netty-tcnative