mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
fix(ingress): correct Authentik forward-auth service namespace
- Change middleware address from authentik-server.services.svc.cluster.local to authentik-server.authentik.svc.cluster.local (Authentik lives in authentik namespace, not services) - Create ExternalName service authentik-server in services namespace so the rs-auth Ingress can route to the cross-namespace service Build: no build needed
This commit is contained in:
parent
a031a73dfe
commit
a50ffafb8b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ metadata:
|
|||
namespace: services
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: http://authentik-server.services.svc.cluster.local/outpost.goauthentik.io/auth/traefik
|
||||
address: http://authentik-server.authentik.svc.cluster.local/outpost.goauthentik.io/auth/traefik
|
||||
authResponseHeaders:
|
||||
- X-Authentik-Username
|
||||
- X-Authentik-Email
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue