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: ""
|
namespace: ""
|
||||||
authentik:
|
authentik:
|
||||||
domain: ""
|
domain: ""
|
||||||
backend: "authentik"
|
backend: "authentik-server"
|
||||||
|
|
||||||
|
|
||||||
components:
|
components:
|
||||||
infra-fluxcd:
|
infra-fluxcd:
|
||||||
|
|
|
@ -11,7 +11,7 @@ commons:
|
||||||
namespace: ""
|
namespace: ""
|
||||||
authentik:
|
authentik:
|
||||||
domain: ""
|
domain: ""
|
||||||
backend: "authentik"
|
backend: "authentik-server"
|
||||||
|
|
||||||
helm:
|
helm:
|
||||||
release:
|
release:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue