From e16b56466f4236cb12473fab0c917547bf88dfc3 Mon Sep 17 00:00:00 2001 From: Harish Balakrishnan Date: Tue, 1 Jun 2021 22:03:54 +0530 Subject: [PATCH] Replace deprecated filters with right values (#9860) On deploying the existing provided configuration, the system throws a warning message stating the filters "envoy.http_connection_manager" and "envoy.router" is deprecated. Updated the filters with the right values to avoid showing warning messages while using the config. --- .../en/docs/tasks/policy-enforcement/rate-limit/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/tasks/policy-enforcement/rate-limit/index.md b/content/en/docs/tasks/policy-enforcement/rate-limit/index.md index 057f03779a..09199f67fb 100644 --- a/content/en/docs/tasks/policy-enforcement/rate-limit/index.md +++ b/content/en/docs/tasks/policy-enforcement/rate-limit/index.md @@ -92,9 +92,9 @@ backend, is used below. listener: filterChain: filter: - name: "envoy.http_connection_manager" + name: "envoy.filters.network.http_connection_manager" subFilter: - name: "envoy.router" + name: "envoy.filters.http.router" patch: operation: INSERT_BEFORE # Adds the Envoy Rate Limit Filter in HTTP filter chain. @@ -199,7 +199,7 @@ spec: listener: filterChain: filter: - name: "envoy.http_connection_manager" + name: "envoy.filters.network.http_connection_manager" patch: operation: INSERT_BEFORE value: @@ -254,7 +254,7 @@ spec: listener: filterChain: filter: - name: "envoy.http_connection_manager" + name: "envoy.filters.network.http_connection_manager" patch: operation: INSERT_BEFORE value: