Skip to content

Add event type information in merge request approval audit event

Harsimar Sandhu requested to merge 363093-add-event-type-for-mr-approval into master

What does this MR do and why?

Adds event type information in merge request approval streaming audit event.

How to set up and validate locally

  1. Add destination url using GitLab ui or API
  2. Approve Merge Request
  3. Verify audit event is streamed on destination url and contains "event_type":"merge_request_operation" information in body as well as header.

MR acceptance checklist

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

Related to #363093 (closed)

Edited by Harsimar Sandhu

Merge request reports