Add response headers to forward auth middleware

This commit is contained in:
Mathis 2023-12-28 15:31:14 +00:00
parent 0cc071c982
commit b64f50a94d
1 changed files with 5 additions and 0 deletions

View File

@ -7,3 +7,8 @@ spec:
forwardAuth:
address: 'http://authelia.auth.svc.cluster.local/api/verify?rd=https://auth.namesny.com'
trustForwardHeader: true
authResponseHeaders:
- "Remote-User"
- "Remote-Groups"
- "Remote-Email"
- "Remote-Name"