From 0c5a8fbabbe7401bed65d4ab83a4a1231391b0a0 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Thu, 26 Dec 2024 18:28:24 +0100 Subject: [PATCH] Add autheia url to middleware endpoint --- apps/prod/authelia/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/prod/authelia/values.yaml b/apps/prod/authelia/values.yaml index e4c9f69..d99e804 100644 --- a/apps/prod/authelia/values.yaml +++ b/apps/prod/authelia/values.yaml @@ -49,6 +49,7 @@ ingress: middlewares: auth: nameOverride: "authelia" + endpointOverride: '?authelia_url=https://auth.example.com' authResponseHeaders: - "Remote-User" - "Remote-Groups"