Skip to content

Enable admin runner read-only runner view

What does this MR do and why?

This MR is blocked by !80380 (merged)

This change enables the runner_read_only_admin_view feature so administrators can view the details of their runners.

This read-only view enhances runner admin capabilities by showing more information about a runner that cannot be shown in the current edit view.

Screenshots or screen recordings

image

How to set up and validate locally

  1. With some runners added (https://docs.gitlab.com/ee/ci/runners/runners_scope.html)
  2. Visit Admin -> Runners e.g. http://gdk.test:3000/admin/runners
  3. Visit any Runner e.g. http://gdk.test:3000/admin/runners/1

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 #350164 (closed)

Edited by Miguel Rincon

Merge request reports