Fix: Usar nombre del contenedor correcto para outpost exteriorlvl2
All checks were successful
build-and-deploy / build-and-deploy (push) Successful in 16s

- Cambiar de dominio público a nombre de contenedor: ak-outpost-exterior-lvl2:9000
- Consistente con patrón usado en otros servicios (ak-outpost-lvl0)
This commit is contained in:
2025-10-19 13:23:19 -06:00
parent 8803c26a9c
commit be1a1e971b

View File

@@ -70,7 +70,7 @@ services:
- "traefik.http.routers.${APP_NAME}.middlewares=${APP_NAME}-authentik,${APP_NAME}-headers"
# Middleware de autenticación usando outpost exteriorlvl2
- "traefik.http.middlewares.${APP_NAME}-authentik.forwardauth.address=http://exteriorlvl2.nucleoriofrio.com/outpost.goauthentik.io/auth/traefik"
- "traefik.http.middlewares.${APP_NAME}-authentik.forwardauth.address=http://ak-outpost-exterior-lvl2:9000/outpost.goauthentik.io/auth/traefik"
- "traefik.http.middlewares.${APP_NAME}-authentik.forwardauth.trustForwardHeader=true"
- "traefik.http.middlewares.${APP_NAME}-authentik.forwardauth.authResponseHeaders=X-authentik-username,X-authentik-email,X-authentik-name,X-authentik-uid,X-authentik-groups,X-authentik-entitlements,Set-Cookie"