Skip to content

Add services for create integration exclusions

Gavin Hinfey requested to merge 454372-exclusion-graphql-endpoints into master

What does this MR do and why?

Add services for create integration exclusions

For integrations at the instance level we have custom settings that can be configured at the group and project levels by project/group maintainers.

For instance specific integrations (e.g Beyond Identity) this change introduces a similar concept except the only difference in the custom setting is whether or not the integration is active such settings are only configurable by instance admins.

This commit introduces services to create and destroy such settings. Where destroying in this context is just using the same settings as the instance integration.

Contributes to: #454372 Changelog: added

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #454372

Merge request reports