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:
Ashutosh Narkar
2021-03-19 12:24:18 -07:00
parent 251744fb91
commit 26931e5a7f
@@ -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"