Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[logging] Log identity as part of API call logging (#14793)
## Change Description - Adds the username dict to requests during auth checks - Adds logging of that username dict (if available) during call logging ## Security Assessment - This change has a medium security impact ### Impact Description - Makes usernames explicitly visible in the system logs, so admins are now able to track what individual users are doing or looking at. - The userdata in request objects should be handled carefully, though it does not include anything secret (ie nothing which would allow impersonation if leaked) (Reviewers: please confirm the security impact before approving)
- Loading branch information