Skip to content

Files

Latest commit

d3e1830 · Feb 21, 2024

History

History
13 lines (7 loc) · 686 Bytes
·

01-30-api-rule-dependencies.md

File metadata and controls

13 lines (7 loc) · 686 Bytes
·

Dependencies of APIRules

Istio

APIRules require Istio to be installed in the cluster because APIRule Controller creates the VirtualService, AuthorizationPolicy, and RequestAuthentication custom resources, which are provided by Istio.

Ory Oathkeeper

CAUTION: Ory Oathkeeper has been deprecated. This dependency will change in the future.

To use APIRules, both Ory Oathkeeper and Ory Oathkeeper Maester must be installed in the cluster. This is required because APIRule Controller creates the Rule custom resource when an APIRule has defined an access strategy other than allow and no_auth.

You can install Ory Oathkeeper by installing the API Gateway module.