Add limits for placeholder user creation
What does this MR do and why?
Add limits for placeholder user creation
During the improved user mapping, placeholder users are created during an import.
To limit the number of users
records that can be created during an
import, we impose limits to the placeholder users. These limits apply
to a root namespace, and take into account plan and seat count, with
more generous limits for higher paid plans and larger number of paid
seats.
When the limit is reached, no placeholder users will be created for importers into the root namespace. Instead their imports will use the single "importer user" record that is associated with their root namespace.
#455903 (closed) #464401 (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.
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 #455903 (closed)