From 26931e5a7fe00a4afa6ed6ecdc6a111027b218ca Mon Sep 17 00:00:00 2001 From: Ashutosh Narkar Date: Fri, 19 Mar 2021 12:24:18 -0700 Subject: [PATCH] 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 --- docs/content/envoy-tutorial-standalone-envoy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/envoy-tutorial-standalone-envoy.md b/docs/content/envoy-tutorial-standalone-envoy.md index a99b8fd523..d6e8fce6c3 100644 --- a/docs/content/envoy-tutorial-standalone-envoy.md +++ b/docs/content/envoy-tutorial-standalone-envoy.md @@ -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"