This commit is contained in:
Josh Hawkins 2025-09-01 16:21:42 -05:00
parent 13fcce7966
commit 0b404dad1b

View File

@ -357,7 +357,7 @@ def auth(request: Request):
else "anonymous"
)
# parse header and
# parse header and resolve a valid role
role = resolve_role(request.headers, proxy_config)
success_response.headers["remote-role"] = role