Skip to content

Add search filter for service account

Eduardo Sanz García requested to merge eduardosanz/service-account-filter into master

What does this MR do and why?

In the groups members table, add a new search filter to select Service account users.

Closes Add "Service accounts" filter to group members ... (#338354 - closed)

Screenshots or screen recordings

image

How to set up and validate locally

  1. Currently, there is no way to create a service account. This will be the next iteration of the Service accounts epic.
  2. Enable the feature flag: echo "Feature.enable(:service_accounts_crud)" | gdk rails console
  3. Go to a group's member page: https://gdk.test:3443/groups/flightjs/-/group_members?user_type=service_account

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 Eduardo Sanz García

Merge request reports