mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-24 09:15:31 -06:00
docs: Update OPA-Envoy plugin config to use path field
This commit removes the deprecated query field of the OPA-Envoy config in the Envoy tutorial and replaces it with the path field. Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
This commit is contained in:
@@ -287,7 +287,7 @@ spec:
|
||||
- "--addr=localhost:8181"
|
||||
- "--diagnostic-addr=0.0.0.0:8282"
|
||||
- "--set=plugins.envoy_ext_authz_grpc.addr=:9191"
|
||||
- "--set=plugins.envoy_ext_authz_grpc.query=data.envoy.authz.allow"
|
||||
- "--set=plugins.envoy_ext_authz_grpc.path=envoy/authz/allow"
|
||||
- "--set=decision_logs.console=true"
|
||||
- "--ignore=.*"
|
||||
- "/policy/policy.rego"
|
||||
|
||||
Reference in New Issue
Block a user