[ci skip] add auth resilience proxy: basicAuth fallback when Authentik is down
This commit is contained in:
parent
cd4c5ead1e
commit
f37bcf4717
3 changed files with 212 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue