Skip to content

Commit

Permalink
Update integrate.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
David Yu authored Jun 28, 2023
1 parent 7f541ff commit 4e46d28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/content/docs/connect/proxies/integrate.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ description: >-

# Custom Proxy Configuration for Service Mesh

~> **Note:** The Native App Integration does not support many of the Consul's service
mesh features, and is not under active development.
The [Envoy proxy](/consul/docs/connect/proxies/envoy) should be used for most production
environments. The Connect Native Golang SDK and `v1/agent/connect/authorize`, `v1/agent/connect/ca/leaf`,
~> **Note:** The Connect Native Golang SDK and `v1/agent/connect/authorize`, `v1/agent/connect/ca/leaf`,
and `v1/agent/connect/ca/roots` APIs are deprecated and will be removed in a future release. Although Connect Native
is still supported we discourage new users from adopting this feature at this time, as we plan to remove the feature
when a future long term replacement such as proxyless GRPC via XDS is delivered (see [GH-10339](https://github.com/hashicorp/consul/issues/10339)).

The Native App Integration does not support many of the Consul's service mesh features, and is not under active development.
The [Envoy proxy](/consul/docs/connect/proxies/envoy) should be used for most production environments.

This topic describes the process and API endpoints you can use to extend proxies for integration with Consul.

## Overview
Expand Down

0 comments on commit 4e46d28

Please sign in to comment.