fix(mycloud-authentik): update middleware

This commit is contained in:
WrenIX 2024-03-12 23:50:29 +01:00
parent d4650334e2
commit 34deda9704
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 3 additions and 4 deletions

View file

@ -7,8 +7,7 @@ commons:
namespace: "" namespace: ""
authentik: authentik:
domain: "" domain: ""
backend: "authentik" backend: "authentik-server"
components: components:
infra-fluxcd: infra-fluxcd:

View file

@ -11,7 +11,7 @@ commons:
namespace: "" namespace: ""
authentik: authentik:
domain: "" domain: ""
backend: "authentik" backend: "authentik-server"
helm: helm:
release: release:

View file

@ -5,7 +5,7 @@ metadata:
name: {{ .Release.Name }}-outpost name: {{ .Release.Name }}-outpost
spec: spec:
forwardAuth: forwardAuth:
address: http://{{ .Release.Name }}-hr.{{ .Release.Namespace}}.svc/outpost.goauthentik.io/auth/traefik address: http://{{ .Release.Name }}-hr-server.{{ .Release.Namespace}}.svc/outpost.goauthentik.io/auth/traefik
trustForwardHeader: true trustForwardHeader: true
authResponseHeaders: authResponseHeaders:
- X-authentik-username - X-authentik-username