From d1e705d02c5512256f199df599a510fb40afbe4f Mon Sep 17 00:00:00 2001 From: Mike Woofter <108414937+mongoKart@users.noreply.github.com> Date: Tue, 15 Apr 2025 12:18:56 -0500 Subject: [PATCH] DOCSP-41943 - Remove duplicate H1s (#673) (cherry picked from commit aa1de102a3ace9aa49347d73ea6b7a10db9e6d97) --- source/security/encrypt-fields.txt | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/source/security/encrypt-fields.txt b/source/security/encrypt-fields.txt index 04b5bcb5d..f26de05cf 100644 --- a/source/security/encrypt-fields.txt +++ b/source/security/encrypt-fields.txt @@ -25,23 +25,4 @@ .. tab:: Gradle :tabid: gradle-dependency - .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst - -Connection Settings -------------------- - -You can apply encryption settings when creating a ``MongoClient`` instance by -passing an `AutoEncryptionSettings -<{+core-api+}/AutoEncryptionSettings.html>`__ -object to the `autoEncryptionSettings() -<{+core-api+}/MongoClientSettings.Builder.html#autoEncryptionSettings(com.mongodb.AutoEncryptionSettings)>`__ -method. - -.. TODO: Add example - -.. note:: - - If you omit ``keyVaultClient`` or set ``bypassAutomaticEncryption`` to false - in your ``AutoEncryptionSettings``, the driver creates a separate, internal - ``MongoClient``. The internal ``MongoClient`` configuration differs from the - parent ``MongoClient`` by setting the ``minPoolSize`` to 0 and omitting the ``AutoEncryptionSettings``. \ No newline at end of file + .. include:: /includes/fundamentals/code-snippets/crypt-gradle-versioned.rst \ No newline at end of file