UI for service account creation 1/2
What does this MR do and why?
We added:
-
Create service account
button to the group member page and - A controller that serves any routes under
../service_accounts/*
(as suggested here). This is step 1 out of 2.
Screenshots or screen recordings
How to set up and validate locally
- Enable the
:service_accounts_crud
feature flag - Enable SAAS mode.
- Make the group where you want to test this button to use
Ultimate
plan: !121065 (comment 1429023540) - Go to https://gdk.test:3443/groups/flightjs/-/group_members using a user that is a owner of flightjs or an admin. If admin mode is enable, make sure that you have entered admin mode.
- You should see the new
Create service account
button.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Eduardo Sanz García