diff --git a/.gitignore b/.gitignore index 7c1e5db..6f7cb0e 100644 --- a/.gitignore +++ b/.gitignore @@ -132,7 +132,4 @@ app/*/mq/mq # MacOS shit **/.DS_Store -.DS_Store - -# Python cache -__pycache__/ +.DS_Store \ No newline at end of file diff --git a/deploy/dev/envoy.yaml b/deploy/dev/envoy.yaml index 5e31842..5a21fc3 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: