alitheg commented on issue #957: URL: https://github.com/apache/tooling-trusted-releases/issues/957#issuecomment-4197582367
Ah so @sbp I've just reviewed where I might put something and realised I already did part of this - when anyone calls `append_to_audit_log` -> `audit` - I pulled the request user and admin user from the current request log context and made sure they're included as data fields on the log. So all impersonated actions are already visible as such in both the request log and the storage audit log. Agreed that it makes sense to tie it in with the User objects - I think essentially impersonation would become an "action" over the User object. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
