domino_admin_toolkit.checks.test_duplicate_projects module
Description: This script checks for duplicate projects. Duplicate projects are projects that are created in error, with the same name and ownerId. Duplicate projects prevent end users from being able to navigate to specific projects as Domino uses username and project name as unique identifiers within our urls to access projects.
- domino_admin_toolkit.checks.test_duplicate_projects.test_duplicate_projects(mongo_client)
- Description:
This check serves to identify the existence of duplicate projects to avoid a potential conflict with a future migration that will add a unique compound index on ownerId and name within the projects collection to prevent the duplicate project issue going forward.
- Result:
Duplicate project entities with their respective workspaces