Skip to content

Add audit event for sharing a group membership to another group

Michael Becker requested to merge fix/327909 into master

What does this MR do and why?

resolves: #327909 (closed)

Currently there are no audit events triggered when you share membership to a group (group A) to another group (group B) via group A's membership page

This commit adds audit events for create/update/delete actions

Screenshots or screen recordings

Add group audit event DB remove group update params
image image image image

How to set up and validate locally

  1. Have an EE enabled gitlab instance
  2. Go to group membership page.
  3. Select 'invite group' tab
  4. Select group to invite and proceed with invitation
  5. Examine group audit event log
  6. repeat the steps 1-5 with an edit action and then a remove action

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