Add UI for managing integrations allow list
What does this MR do and why?
Add UI for managing integrations allowlist
Changelog: added EE: true
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
| Allow all integrations | Allow only integrations on this allowlist |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Go to Admin area > Settings > General and expand the Integrations settings section. For example,
http://127.0.0.1:3000/admin/application_settings/general#js-integrations-settings. - Change the setting to "Allow only integrations on this allowlist" and limit the list to only a few integrations.
- Check any project integrations by going to Project > Settings > Integrations and see that the list only includes the ones selected in the step above.
Related to #437656

