Add audit event schema definitions
What does this MR do and why?
For more info thread discussion here &8944 (comment 1316827698)
This commit backfills 11 audit event schema definitions
The sources (commits, MRs, issues, etc.) I used to determine the data to fill out the yaml definitions are cited below as review comments to help MR reviewers double-check my work
How to set up and validate locally
- ci passes
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Manual Verification for MR assignees.
This MR was created using a script and we need to verify the details entered in yml files manually. Please follow the following steps to verify this MR
-
- Verify audit event name actually exists in codebase.
-
- Verify the fields automatically filled are correct.
-
- Fill in the TODO fields.
-
- You can refer to the MR merged for the issue and milestone fields.
-
- For the
streamedandsaved to databasefields refer to the codebase and check if stream_only is passed to audit.
- if
stream_onlyisfalseor not passed, fillsaved_to_databaseastrueandstreamedastrue. - if
stream_onlyistrue, fillsaved_to_databaseasfalseandstreamedastrue.
- For the
-
resolves issue #389728 (closed)
-
resolves issue #389725 (closed)
-
resolves issue #389722 (closed)
-
resolves issue #389719 (closed)
-
resolves issue #389716 (closed)
-
resolves issue #389713 (closed)
-
resolves issue #389689 (closed)
-
resolves issue #389688 (closed)
-
resolves issue #389682 (closed)
-
resolves issue #389668 (closed)
-
resolves issue #389666 (closed)