From 3e3f229ceb3af5c65c8d40ba7aac5386b1dd0733 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 19 Jan 2021 14:24:42 -0500 Subject: [PATCH] Indicate that TLS on query service API is supported for HTTP and gRPC Related to: * https://github.com/jaegertracing/jaeger/pull/2337 * https://github.com/jaegertracing/jaeger/pull/2297 Signed-off-by: Yuri Shkuro --- content/docs/next-release/security.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/next-release/security.md b/content/docs/next-release/security.md index eb1a9ed0..d693956e 100644 --- a/content/docs/next-release/security.md +++ b/content/docs/next-release/security.md @@ -38,7 +38,7 @@ Clients can be configured to communicate directly with the Collector via HTTP. U ## Consumers to Query Service -* {{< check_no >}} HTTP - no TLS/authentication. -* {{< check_no >}} gRPC - no TLS/authentication. +* {{< check_yes >}} HTTP - no TLS/authentication. +* {{< check_yes >}} gRPC - no TLS/authentication. [issue-1718]: https://github.com/jaegertracing/jaeger/issues/1718