Vueify default_membership_role_dropdown and add custom roles
What does this MR do and why?
This vueifies the default_membership_role_dropdown
selector and allows for custom roles to be selected and saved to SAML settings.
Issue: #417285 (closed) (Frontend part)
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable group SAML
gdk config set omniauth.group_saml.enabled true && gdk reconfigure && gdk restart rails-web
- Create a group with Ultimate license
- Go to http://localhost:3000/groups/${new_group}/-/settings/roles_and_permissions and create a custom role
- Go to http://localhost:3000/groups/${new_group}/-/saml, fill in the required form fields and select the custom role
- Reload the page and verify the custom role has been saved
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 Alex Buijs