mirror of
https://github.com/status-im/consul.git
synced 2025-02-02 08:56:43 +00:00
Update website/content/docs/connect/proxies/integrate.mdx
Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
parent
31b9058602
commit
ee1de179ed
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user