Skip to content

Log CI runner unregistration audit events

What does this MR do and why?

Describe in detail what your merge request does and why.

This MR is the last of 3 MRs:

  1. Split CiRunnerTokenAuthor class (!80621 - merged)
  2. Refactor runner registration audit classes (!80623 - merged)
  3. Log CI runner unregistration audit events (!79754 - merged)

This MR adds logging of audit events to UnregisterRunnerService so that any runner unregistration operation is logged.

Runners can be unregistered either through the UI (controller) or the REST API.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

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

  1. Visit http://gdk.test:3000/admin/runners
  2. Delete a runner

MR acceptance checklist

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

Closes #349540 (closed)

Edited by Pedro Pombeiro

Merge request reports

Loading