From d8295de5eaddce4df80ff8649db7820ad5c0ca16 Mon Sep 17 00:00:00 2001 From: josedario87 Date: Tue, 14 Oct 2025 11:25:02 -0600 Subject: [PATCH] =?UTF-8?q?Usar=20direcci=C3=B3n=20interna=20del=20outpost?= =?UTF-8?q?=20Authentik=20para=20forwardauth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index fb3b3b5..f218962 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,8 +27,8 @@ services: # Service (puerto interno del contenedor) - "traefik.http.services.amigos-nucleoriofrio-service.loadbalancer.server.port=3001" - # Middleware de autenticación ESPECÍFICO para amigos-app - - "traefik.http.middlewares.amigos-authentik.forwardauth.address=https://lvl0.nucleoriofrio.com/outpost.goauthentik.io/auth/traefik" + # Middleware de autenticación ESPECÍFICO para amigos-app (usando nombre del contenedor) + - "traefik.http.middlewares.amigos-authentik.forwardauth.address=http://ak-outpost-lvl0:9000/outpost.goauthentik.io/auth/traefik" - "traefik.http.middlewares.amigos-authentik.forwardauth.trustForwardHeader=true" - "traefik.http.middlewares.amigos-authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-groups,X-authentik-entitlements,Set-Cookie"