Merge branch 'chore/envoy-forgot-password-route'
# Conflicts: # .gitignore
This commit is contained in:
@@ -133,6 +133,3 @@ app/*/mq/mq
|
||||
# MacOS shit
|
||||
**/.DS_Store
|
||||
.DS_Store
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user