We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c79c1b8 commit 64d3d91Copy full SHA for 64d3d91
source/reference/method/Mongo.txt
@@ -115,8 +115,7 @@ following parameters:
115
- :method:`Mongo()` connection object.
116
117
- *(Optional)* The MongoDB cluster hosting the key vault
118
- collection. Omit to use the current database connection as the
119
- key vault host.
+ collection.
120
121
Specify a :method:`Mongo()` connection object pointing to the
122
cluster:
@@ -131,6 +130,11 @@ following parameters:
131
130
"kmsProviders" : { ... }
132
}
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
+
138
* - ``keyVaultNamespace``
139
140
- string
0 commit comments