summaryrefslogtreecommitdiff
path: root/etc/envoy/envoy.yaml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-03 17:32:38 -0600
committermo khan <mo@mokhan.ca>2025-07-03 17:32:38 -0600
commit65be0bfb6f86929b9ca0ac65be94e4aa7962dcc9 (patch)
tree0bad768bf839c80920a903367daa07f57630778b /etc/envoy/envoy.yaml
parent1cc1d29b5e791b6701fd98b0351915c2401dc689 (diff)
chore: remove health check and ext auth filter
Diffstat (limited to 'etc/envoy/envoy.yaml')
-rw-r--r--etc/envoy/envoy.yaml42
1 files 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