SplitList rather than split if we get 'first'

This commit is contained in:
Colin Hebert
2023-01-16 17:08:48 +01:00
parent 120fad4d1e
commit 2b46d08f70

View File

@@ -2,7 +2,7 @@ http:
middlewares: middlewares:
authelia: authelia:
forwardAuth: forwardAuth:
address: 'http://authelia:9091/api/verify?rd=https%3A%2F%2Fauthelia.{{ env `NASCOMPOSE_TRAEFIK_DOMAINS` | split `,` | first }}%2F' address: 'http://authelia:9091/api/verify?rd=https%3A%2F%2Fauthelia.{{ env `NASCOMPOSE_TRAEFIK_DOMAINS` | splitList `,` | first }}%2F'
trustForwardHeader: true trustForwardHeader: true
authResponseHeaders: authResponseHeaders:
- Remote-User - Remote-User