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:
Seth Hoenig 2020-07-06 16:16:09 -05:00 committed by GitHub
parent 59b4a4d836
commit a93e44f20c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ managed via the API, CLI, or UI.
Intentions are enforced by the [proxy](/docs/connect/proxies) Intentions are enforced by the [proxy](/docs/connect/proxies)
or [natively integrated application](/docs/connect/native) on or [natively integrated application](/docs/connect/native) on
inbound connections. After verifying the TLS client certificate, the 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 is allowed by testing the intentions. If authorize returns false the
connection must be terminated. connection must be terminated.