From 18a44967192e1c26c3cc88ceff882ab910ffbcab Mon Sep 17 00:00:00 2001 From: harkon Date: Mon, 1 Dec 2025 20:59:54 +0200 Subject: [PATCH] fix: disable auth middleware for ingestion verification --- infra/base/services.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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