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 1/2] 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: From d64689cae9325fe385baa25011dfe2117c92eba4 Mon Sep 17 00:00:00 2001 From: wwweww <2646787260@qq.com> Date: Sat, 25 Apr 2026 07:52:48 +0800 Subject: [PATCH 2/2] edit: change '.DS_Story' to the correct '.DS_Store' --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5aeeb96..6f7cb0e 100644 --- a/.gitignore +++ b/.gitignore @@ -131,5 +131,5 @@ app/*/mq/mq .bake.json # MacOS shit -**/.DS_Story -.DS_Story \ No newline at end of file +**/.DS_Store +.DS_Store \ No newline at end of file