docs: Update authz-custom to new OPA docs link (#16501)

We have moved some pages in the OPA site and this content has a new URL.
This commit is contained in:
Charlie Egan 2025-05-20 23:13:24 +01:00 committed by GitHub
parent bf3b3fd6fb
commit 21ae6db35c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ test: yes
---
This task shows you how to set up an Istio authorization policy using a new value for the [action field](/docs/reference/config/security/authorization-policy/#AuthorizationPolicy-Action), `CUSTOM`,
to delegate the access control to an external authorization system. This can be used to integrate with [OPA authorization](https://www.openpolicyagent.org/docs/latest/envoy-introduction/),
to delegate the access control to an external authorization system. This can be used to integrate with [OPA authorization](https://www.openpolicyagent.org/docs/envoy),
[`oauth2-proxy`](https://github.com/oauth2-proxy/oauth2-proxy), your own custom external authorization server and more.
## Before you begin