Merge branch 'chore/envoy-forgot-password-route'

# Conflicts:
#	.gitignore
This commit is contained in:
wwweww
2026-04-25 08:01:12 +08:00
2 changed files with 1 additions and 14 deletions
-3
View File
@@ -133,6 +133,3 @@ app/*/mq/mq
# MacOS shit # MacOS shit
**/.DS_Store **/.DS_Store
.DS_Store .DS_Store
# Python cache
__pycache__/
-10
View File
@@ -62,16 +62,6 @@ static_resources:
"@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthzPerRoute "@type": type.googleapis.com/envoy.extensions.filters.http.ext_authz.v3.ExtAuthzPerRoute
disabled: true 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: - match:
path: /api/v1/auth/reset-password path: /api/v1/auth/reset-password
route: route: