fix(mycloud-authentik): update middleware
This commit is contained in:
parent
d4650334e2
commit
34deda9704
3 changed files with 3 additions and 4 deletions
|
@ -7,8 +7,7 @@ commons:
|
|||
namespace: ""
|
||||
authentik:
|
||||
domain: ""
|
||||
backend: "authentik"
|
||||
|
||||
backend: "authentik-server"
|
||||
|
||||
components:
|
||||
infra-fluxcd:
|
||||
|
|
|
@ -11,7 +11,7 @@ commons:
|
|||
namespace: ""
|
||||
authentik:
|
||||
domain: ""
|
||||
backend: "authentik"
|
||||
backend: "authentik-server"
|
||||
|
||||
helm:
|
||||
release:
|
||||
|
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: {{ .Release.Name }}-outpost
|
||||
spec:
|
||||
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
|
||||
authResponseHeaders:
|
||||
- X-authentik-username
|
||||
|
|
Loading…
Add table
Reference in a new issue