-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Docs
-
None
Improve formatting of autoEncryption in the driverOptions table.
Instead of nesting a table in the description of the autoEncryption option, the list of options can be flatten.
| Option | Type | Description |
|---|---|---|
| autoEncryption | array | |
| autoEncryption.keyVaultClient | MongoDB\Driver\Manager | |
| autoEncryption.keyVaultNamespace | string | |
| autoEncryption.kmsProviders | ||
| ... | ||
| ca_dir | string |
We use this format in the operators documentation. Example $collStats
- Remove the duplicate note:Automatic encryption is an enterprise-only ...