From f62dbf5c357972387c907cd25c85d1c9e7349af1 Mon Sep 17 00:00:00 2001 From: wwweww <2646787260@qq.com> Date: Sat, 25 Apr 2026 07:38:40 +0800 Subject: [PATCH] chore(envoy): remove deprecated forgot-password route in dev environment --- deploy/dev/envoy.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/deploy/dev/envoy.yaml b/deploy/dev/envoy.yaml index 432b5b6..8813319 100644 --- a/deploy/dev/envoy.yaml +++ b/deploy/dev/envoy.yaml @@ -62,16 +62,6 @@ static_resources: "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthzPerRoute disabled: true - - match: - path: /api/v1/auth/forgot-password - route: - cluster: user_api_cluster - timeout: 30s - typed_per_filter_config: - envoy.filters.http.ext_authz: - "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthzPerRoute - disabled: true - - match: path: /api/v1/auth/reset-password route: