-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
Sharding 2020-12-14, Sharding 2020-12-28, Sharding 2021-01-11
This ticket should make it so only the atlasAdmin user can run these commands by:
- Creating a new ActionType for running tenant migration commands (seeĀ current list of ActionTypes)
- Making donorStartMigration and donorForgetMigration (and donorAbortMigration) override their doCheckAuthorization methods to check that the user is authorized for the tenant migration ActionType (see example)
- Ensuring Cloud assigns the atlasAdmin user permission for the tenant migration ActionType
- related to
-
SERVER-54650 Make recipientSyncData and recipientForgetMigration require runTenantMigration action type
- Closed