Change address in authentik middleware
This commit is contained in:
parent
c2ff6275ee
commit
7e039d927c
|
@ -3,4 +3,5 @@ kind: Namespace
|
|||
metadata:
|
||||
name: authentik
|
||||
labels:
|
||||
name: authentik
|
||||
name: authentik
|
||||
needsDownload: "yes"
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: traefik
|
||||
spec:
|
||||
forwardAuth:
|
||||
address: http://authentik-master.authentik:80/outpost.goauthentik.io/auth/traefik
|
||||
address: http://authentik.authentik/outpost.goauthentik.io/auth/traefik
|
||||
trustForwardHeader: true
|
||||
authResponseHeaders:
|
||||
- X-authentik-username
|
||||
|
|
Loading…
Reference in New Issue