From 162bf26324e6475e8b296ca2dc4549ce0ecb7849 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Wed, 16 Aug 2023 15:36:41 +0100 Subject: [PATCH] Use a static port for HTTP. --- services/authentik.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/authentik.hcl b/services/authentik.hcl index baa66ad..4ab9961 100644 --- a/services/authentik.hcl +++ b/services/authentik.hcl @@ -4,7 +4,8 @@ job "authentik" { group "auth" { network { port "http" { - to = 9000 + # traefik forwardAuth hardcodes this port + static = 9000 } port "https" { to = 9443