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