authelia.nginx: add auth proxy headers to shared info

This commit is contained in:
eyjhb 2025-01-02 17:18:31 +01:00
parent 9fd8d7b900
commit 5c65f7f922
Signed by: eyjhb
GPG key ID: 609F508E3239F920
4 changed files with 29 additions and 13 deletions

View file

@ -20,7 +20,7 @@ in {
# use auth proxy
# TODO: This should be configureable
AUTH_PROXY_HEADER = "Remote-User";
AUTH_PROXY_HEADER = config.mine.shared.lib.authelia.protectedHeaders.username;
AUTH_PROXY_USER_CREATION = "true";
};
};