summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.idl
diff options
context:
space:
mode:
authorCheahuychou Mao <mao.cheahuychou@gmail.com>2020-11-23 06:40:22 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-05 00:39:04 +0000
commitfee631bc61d2fc85bd727967cfb4f2f243395461 (patch)
treee7ef493d74477b00b93f242e6ea973877d1a4306 /src/mongo/db/commands/tenant_migration_donor_cmds.idl
parente2f5ada302c5541dc7af96391583e327820a5f5e (diff)
downloadmongo-fee631bc61d2fc85bd727967cfb4f2f243395461.tar.gz
SERVER-52708 Make tenant migration donor take certificate as string in donorStartMigration command
Diffstat (limited to 'src/mongo/db/commands/tenant_migration_donor_cmds.idl')
-rw-r--r--src/mongo/db/commands/tenant_migration_donor_cmds.idl10
1 files changed, 10 insertions, 0 deletions
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."