From a960ad91b4a5195846e3100bf190e5ace15e642d Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 24 Feb 2021 14:02:21 -0500 Subject: [PATCH] (DOCSP-14537): Clarify keyVaultClient description --- source/reference/method/Mongo.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/reference/method/Mongo.txt b/source/reference/method/Mongo.txt index feafe585aa2..09ae4141b4b 100644 --- a/source/reference/method/Mongo.txt +++ b/source/reference/method/Mongo.txt @@ -115,8 +115,7 @@ following parameters: - :method:`Mongo()` connection object. - *(Optional)* The MongoDB cluster hosting the key vault - collection. Omit to use the current database connection as the - key vault host. + collection. Specify a :method:`Mongo()` connection object pointing to the cluster: @@ -131,6 +130,11 @@ following parameters: "kmsProviders" : { ... } } + If ``keyVaultClient`` is omitted, the ``host`` specified to the + :method:`Mongo()` object containing the + ``ClientSideFieldLevelEncryptionOptions`` document is used as the + key vault host. + * - ``keyVaultNamespace`` - string