-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
I have auth-proxy configuration, everything works fine but in the logs the variable USERNAME is None instead of the value in my user_header_name
conf.json
{
"port": 5000,
"address": "0.0.0.0",
"title": "My Script Server",
"max_request_size": 100,
"access": {
"allowed_users": "*",
"admin_users": [ "USERA", "USERB", "USERC" ],
"user_header_name": "X-Forwarded-User",
"trusted_ips": "*"
},
"logging": {
"execution_file": "${USERNAME}.log",
"execution_date_format": "%y-%m-%d-%H:%M"
}
}