Update website/content/docs/connect/proxies/integrate.mdx

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
trujillo-adam 2021-08-04 10:44:06 -07:00 committed by GitHub
parent 0a6ea4e91e
commit df643bb921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ transport layer.
The proxy can authorize the connection by either calling the [`/v1/agent/connect/authorize`](/api/agent/connect) API endpoint or by querying the [intention match API](/api/connect/intentions#list-matching-intentions) endpoint.
The [`/v1/agent/connect/authorize`](/api/agent/connect) endpoint should be called in the connection path.
The [`/v1/agent/connect/authorize`](/api/agent/connect) endpoint should be called in the connection path for each received connection.
If the local Consul agent is down or unresponsive, the success rate of new connections will be compromised.
The agent uses locally-cached data to authorize the connection and typically responds in microseconds. As a result, the TLS handshake typically spans microseconds.