From 65be0bfb6f86929b9ca0ac65be94e4aa7962dcc9 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 3 Jul 2025 17:32:38 -0600 Subject: chore: remove health check and ext auth filter --- etc/envoy/envoy.yaml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index 30c5529f..be6b5005 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -89,27 +89,27 @@ static_resources: request_timeout: 30s stream_idle_timeout: 300s http_filters: - - name: envoy.filters.http.health_check - typed_config: - "@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck - pass_through_mode: false - headers: - - name: ":path" - string_match: - exact: "/health" - - name: envoy.filters.http.ext_authz - typed_config: - "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthz - transport_api_version: V3 - grpc_service: - envoy_grpc: - cluster_name: authzd - timeout: 5s - failure_mode_allow: false - include_peer_certificate: true - clear_route_cache: true - status_on_error: - code: 503 + # - name: envoy.filters.http.health_check + # typed_config: + # "@type": type.googleapis.com/envoy.extensions.filters.http.health_check.v3.HealthCheck + # pass_through_mode: false + # headers: + # - name: ":path" + # string_match: + # exact: "/health" + # - name: envoy.filters.http.ext_authz + # typed_config: + # "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthz + # transport_api_version: V3 + # grpc_service: + # envoy_grpc: + # cluster_name: authzd + # timeout: 5s + # failure_mode_allow: false + # include_peer_certificate: true + # clear_route_cache: true + # status_on_error: + # code: 503 - name: envoy.filters.http.router typed_config: "@type": type.googleapis.com/envoy.extensions.filters.http.router.v3.Router -- cgit v1.2.3