From 54c46ec6780c401299acd21db0c6954535f8e7ec Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 21 Jan 2020 16:27:43 -0800 Subject: [PATCH] Small change to wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing automatic connection wording for applications for the time being. From @blake > They can automatically establish TLS connections without being aware that TLS is happening. They are aware that they’re routed through the Connect proxy, the app has to configure itself to use the local upstream port. --- website/source/docs/connect/index.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/connect/index.html.md b/website/source/docs/connect/index.html.md index 23685d4fc..32b6a17a8 100644 --- a/website/source/docs/connect/index.html.md +++ b/website/source/docs/connect/index.html.md @@ -12,10 +12,10 @@ description: |- Consul Connect provides service-to-service connection authorization and encryption using mutual Transport Layer Security (TLS). Applications can use [sidecar proxies](/docs/connect/proxies.html) in a service mesh configuration to -automatically establish TLS connections for inbound and outbound connections -without being aware of Connect at all. Applications may also [natively integrate -with Connect](/docs/connect/native.html) for optimal performance and security. -Connect can help you secure your services and provide data about service-to-service +establish TLS connections for inbound and outbound connections without being aware +of Connect at all. Applications may also [natively integrate with Connect](/docs/connect/native.html) +for optimal performance and security. Connect can help you secure your services and provide data +about service-to-service communications. Review the video below to learn more about Consul Connect from HashiCorp's co-founder Armon.