Fix authelia middleware
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
49f9f0be08
commit
5456ce68ef
1 changed files with 14 additions and 3 deletions
|
|
@ -51,13 +51,24 @@ data:
|
||||||
# users:
|
# users:
|
||||||
# - {{ basic_auth_data }}
|
# - {{ basic_auth_data }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if false %}
|
|
||||||
authelia:
|
authelia:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: "http://authelia:9091/api/verify?rd=https://login.example.com/"
|
address: "http://authelia:9091/api/verify?rd=https://login.example.com/"
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
authReponseHeaders: ["Remote-User", "Remote-Groups", "Remote-Name", "Remote-Email"]
|
authResponseHeaders:
|
||||||
{% endif %}
|
- "Remote-User"
|
||||||
|
- "Remote-Groups"
|
||||||
|
- "Remote-Name"
|
||||||
|
- "Remote-Email"
|
||||||
|
authelia-basic:
|
||||||
|
forwardAuth:
|
||||||
|
address: "http://authelia:9091/api/verify?auth=basic"
|
||||||
|
trustForwardHeader: true
|
||||||
|
authResponseHeaders:
|
||||||
|
- "Remote-User"
|
||||||
|
- "Remote-Groups"
|
||||||
|
- "Remote-Name"
|
||||||
|
- "Remote-Email"
|
||||||
|
|
||||||
traefik-tls-defaults-options.yaml: |
|
traefik-tls-defaults-options.yaml: |
|
||||||
tls:
|
tls:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue