mirror of https://github.com/status-im/consul.git
/docs/connect/native
This commit is contained in:
parent
f76983f1fb
commit
4b6fef4c97
|
@ -1,14 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Connect - Native Application Integration - Go
|
page_title: Service Mesh Native App Integration: Go Apps
|
||||||
description: >-
|
description: >-
|
||||||
We provide a library that makes it drop-in simple to integrate Connect with
|
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.
|
||||||
most Go applications. For most Go applications, Connect can be natively
|
|
||||||
integrated in just a single line of code excluding imports and struct
|
|
||||||
initialization.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Connect-Native Integration with Go
|
# Service Mesh Native App Integration with Go
|
||||||
|
|
||||||
-> **Note:** When calling `ConnectAuthorize()` on incoming connections this library
|
-> **Note:** When calling `ConnectAuthorize()` on incoming connections this library
|
||||||
will return _deny_ if `Permissions` are defined on the matching intention.
|
will return _deny_ if `Permissions` are defined on the matching intention.
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: docs
|
layout: docs
|
||||||
page_title: Connect - Native Application Integration
|
page_title: Service Mesh Native App Integration: Overview
|
||||||
description: >-
|
description: >-
|
||||||
Applications can natively integrate with the Connect API to support accepting
|
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.
|
||||||
and establishing connections to other Connect services without the overhead of
|
|
||||||
a proxy sidecar.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Connect-Native App Integration
|
# Service Mesh Native App Integration Overview
|
||||||
|
|
||||||
~> **Note:** The Native App Integration does not support many of the Connect service
|
~> **Note:** The Native App Integration does not support many of the Connect service
|
||||||
mesh features, and is not under active development.
|
mesh features, and is not under active development.
|
||||||
|
|
Loading…
Reference in New Issue