feat(traefik): add Authelia ForwardAuth middleware
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user