Skip to content

Commit 64d3d91

Browse files
(DOCSP-14537): Clarify keyVaultClient description
1 parent c79c1b8 commit 64d3d91

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

source/reference/method/Mongo.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ following parameters:
115115
- :method:`Mongo()` connection object.
116116

117117
- *(Optional)* The MongoDB cluster hosting the key vault
118-
collection. Omit to use the current database connection as the
119-
key vault host.
118+
collection.
120119

121120
Specify a :method:`Mongo()` connection object pointing to the
122121
cluster:
@@ -131,6 +130,11 @@ following parameters:
131130
"kmsProviders" : { ... }
132131
}
133132

133+
If ``keyVaultClient`` is omitted, the ``host`` specified to the
134+
:method:`Mongo()` object containing the
135+
``ClientSideFieldLevelEncryptionOptions`` document is used as the
136+
key vault host.
137+
134138
* - ``keyVaultNamespace``
135139

136140
- string

0 commit comments

Comments
 (0)