feat(traefik): add Authelia ForwardAuth middleware

This commit is contained in:
2026-03-29 12:31:11 +00:00
parent 3f86d9640b
commit a8620fbf90
+10
View File
@@ -16,3 +16,13 @@ http:
frameDeny: true
contentTypeNosniff: true
browserXssFilter: true
authelia:
forwardAuth:
address: http://authelia:9091/api/authz/forward-auth
trustForwardHeader: true
authResponseHeaders:
- Remote-User
- Remote-Groups
- Remote-Name
- Remote-Email