Skip to content

Add feature flag to highest role callback

Corinna Gogolok requested to merge add_feature_flag_to_member_callback into master

What does this MR do?

Put the update highest role callback for Members behind a feature flag because there needs to be an additional callback when a User does not count as "active" anymore.

A User does not count as active if the state != 'active', user_type is present and ghost == true.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports