From 4b6fef4c9743373278c16cb24bea702839ace667 Mon Sep 17 00:00:00 2001 From: boruszak Date: Tue, 13 Sep 2022 15:24:43 -0500 Subject: [PATCH] /docs/connect/native --- website/content/docs/connect/native/go.mdx | 9 +++------ website/content/docs/connect/native/index.mdx | 8 +++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/website/content/docs/connect/native/go.mdx b/website/content/docs/connect/native/go.mdx index 43016a851c..f773975267 100644 --- a/website/content/docs/connect/native/go.mdx +++ b/website/content/docs/connect/native/go.mdx @@ -1,14 +1,11 @@ --- layout: docs -page_title: Connect - Native Application Integration - Go +page_title: Service Mesh Native App Integration: Go Apps description: >- - We provide a library that makes it drop-in simple to integrate Connect with - most Go applications. For most Go applications, Connect can be natively - integrated in just a single line of code excluding imports and struct - initialization. +Consul's service mesh supports custom applications written in Go as Consul-Native Integrations. Example code demonstrates how to connect custom apps to your service mesh. --- -# Connect-Native Integration with Go +# Service Mesh Native App Integration with Go -> **Note:** When calling `ConnectAuthorize()` on incoming connections this library will return _deny_ if `Permissions` are defined on the matching intention. diff --git a/website/content/docs/connect/native/index.mdx b/website/content/docs/connect/native/index.mdx index 57b7e461d5..02aad0464e 100644 --- a/website/content/docs/connect/native/index.mdx +++ b/website/content/docs/connect/native/index.mdx @@ -1,13 +1,11 @@ --- layout: docs -page_title: Connect - Native Application Integration +page_title: Service Mesh Native App Integration: Overview description: >- - Applications can natively integrate with the Connect API to support accepting - and establishing connections to other Connect services without the overhead of - a proxy sidecar. +Applications with proxy sidecar issues can be deployed as ""Connect-Native"" integrations in a service mesh instead. Learn how Connect-Native apps use mTLS to authenticate with Consul and how to add integrations to service registrations. --- -# Connect-Native App Integration +# Service Mesh Native App Integration Overview ~> **Note:** The Native App Integration does not support many of the Connect service mesh features, and is not under active development.