Skip to content

Allow controllers to use the exclude_service_accounts parameter

Jerry Seto requested to merge 454369-allow-exclude_service_accounts-param into master

What does this MR do and why?

Allow controllers to use the exclude_service_accounts parameter

The field was added previously but it was not functional because the parameter was being ignored.

Contributes to: #454369 (closed)

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.

How to set up and validate locally

  1. Try to edit the exclude service accounts field for the instance level Beyond Identity integration (e.g http://gdk.test:3000/admin/application_settings/integrations/beyond_identity/edit)
  2. Observe that the setting is persisted as expected

Related to #454369 (closed)

Edited by Jerry Seto

Merge request reports