mirror of https://github.com/status-im/consul.git
docs: fix link to connect authorize endpoint (#8248)
/docs/connect/intentions has a broken link presumably meant to go to /api-docs/agent/connect#authorize This PR fixes the link.
This commit is contained in:
parent
59b4a4d836
commit
a93e44f20c
|
@ -17,7 +17,7 @@ managed via the API, CLI, or UI.
|
|||
Intentions are enforced by the [proxy](/docs/connect/proxies)
|
||||
or [natively integrated application](/docs/connect/native) on
|
||||
inbound connections. After verifying the TLS client certificate, the
|
||||
[authorize API endpoint](#) is called which verifies the connection
|
||||
[authorize API endpoint](/api-docs/agent/connect#authorize) is called which verifies the connection
|
||||
is allowed by testing the intentions. If authorize returns false the
|
||||
connection must be terminated.
|
||||
|
||||
|
|
Loading…
Reference in New Issue