From adbd765e7200b14390f06819d2050714c513c620 Mon Sep 17 00:00:00 2001 From: Thomas Kendrick Date: Fri, 19 Dec 2025 23:24:05 +0000 Subject: [PATCH] feat: try priority --- access_management/authentik/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/access_management/authentik/docker-compose.yml b/access_management/authentik/docker-compose.yml index fccb9db..ea5edca 100644 --- a/access_management/authentik/docker-compose.yml +++ b/access_management/authentik/docker-compose.yml @@ -62,6 +62,7 @@ services: traefik.http.routers.authentik.tls.certresolver: "cloudflare" # Authentik Outpost Router (prevents redirect loops) traefik.http.routers.authentik-outpost.rule: "HostRegexp(`{host:.+}`) && PathPrefix(`/outpost.goauthentik.io/`)" + traefik.http.routers.authentik-outpost.priority: "100" traefik.http.routers.authentik-outpost.entrypoints: "https" traefik.http.routers.authentik-outpost.tls.certresolver: "cloudflare" traefik.http.routers.authentik-outpost.service: "authentik"