diff --git a/infra/base/services.yaml b/infra/base/services.yaml index 2fddf43..974da98 100644 --- a/infra/base/services.yaml +++ b/infra/base/services.yaml @@ -42,7 +42,7 @@ services: - "traefik.http.routers.svc-ingestion.entrypoints=websecure" - "traefik.http.routers.svc-ingestion.tls=true" - "traefik.http.routers.svc-ingestion.tls.certresolver=godaddy" - - "traefik.http.routers.svc-ingestion.middlewares=authentik-forwardauth@file,rate-limit@file,strip-api-prefixes@file" + - "traefik.http.routers.svc-ingestion.middlewares=rate-limit@file,strip-api-prefixes@file" - "traefik.http.services.svc-ingestion.loadbalancer.server.port=8000" # Data Extraction Service