Skip to content

Add Email to Audit Event CSV report

Michael Becker requested to merge feat/371589 into master

What does this MR do and why?

part of #371589 (closed)

We have been requested by users to add email and sso ID to the admin audit event report

This commit adds the email to the report. The SSO ID will be added in a separate commit

Example report

audit-events-1675294828.csv

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. make sure you have an EE enabled local gitlab instance
  2. you may need to generate some fresh audit events under a group you are owner of. (I renamed a project to generate an event)
  3. follow these steps to download the report: https://docs.gitlab.com/ee/administration/audit_events.html#export-to-csv
  4. you should see an email column in the report

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Michael Becker

Merge request reports