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"