Add response headers to forward auth middleware
This commit is contained in:
parent
0cc071c982
commit
b64f50a94d
|
@ -7,3 +7,8 @@ spec:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.namesny.com'
|
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.namesny.com'
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
|
authResponseHeaders:
|
||||||
|
- "Remote-User"
|
||||||
|
- "Remote-Groups"
|
||||||
|
- "Remote-Email"
|
||||||
|
- "Remote-Name"
|
||||||
|
|
Loading…
Reference in New Issue