From fee631bc61d2fc85bd727967cfb4f2f243395461 Mon Sep 17 00:00:00 2001 From: Cheahuychou Mao Date: Mon, 23 Nov 2020 06:40:22 +0000 Subject: SERVER-52708 Make tenant migration donor take certificate as string in donorStartMigration command --- src/mongo/db/commands/tenant_migration_donor_cmds.idl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/mongo/db/commands/tenant_migration_donor_cmds.idl') diff --git a/src/mongo/db/commands/tenant_migration_donor_cmds.idl b/src/mongo/db/commands/tenant_migration_donor_cmds.idl index c26b4848b26..ed211a408a4 100644 --- a/src/mongo/db/commands/tenant_migration_donor_cmds.idl +++ b/src/mongo/db/commands/tenant_migration_donor_cmds.idl @@ -74,6 +74,16 @@ commands: readPreference: description: "The read preference settings that the donor will pass on to the recipient." type: readPreference + donorCertificateForRecipient: + description: >- + The SSL certificate and private key that the donor should use to authenticate to the + recipient. + type: TenantMigrationPEMPayload + recipientCertificateForDonor: + description: >- + The SSL certificate and private key that the recipient should use to authenticate to the + donor. + type: TenantMigrationPEMPayload donorForgetMigration: description: "Parser for the 'donorForgetMigration' command." -- cgit v1.2.1