[ci skip] add auth resilience proxy: basicAuth fallback when Authentik is down

This commit is contained in:
Viktor Barzin 2026-03-01 14:13:05 +00:00
parent cd4c5ead1e
commit f37bcf4717
3 changed files with 212 additions and 6 deletions

View file

@ -33,7 +33,7 @@ resource "kubernetes_manifest" "middleware_authentik_forward_auth" {
}
spec = {
forwardAuth = {
address = "http://ak-outpost-authentik-embedded-outpost.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik"
address = "http://auth-proxy.traefik.svc.cluster.local:9000/outpost.goauthentik.io/auth/traefik"
trustForwardHeader = true
authResponseHeaders = [
"X-authentik-username",