You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/reference/configuration.txt
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -732,6 +732,44 @@ be executed sequentially during socket creation.
732
732
For more information about TLS context hooks, including best practices for
733
733
assigning and removing them, see `the Ruby driver documentation <https://mongodb.com/docs/ruby-driver/current/reference/create-client/#modifying-sslcontext>`_.
734
734
735
+
736
+
Client-Side Encryption
737
+
======================
738
+
739
+
When loading the configuration file, Mongoid permits the file to contain
740
+
``BSON::Binary`` instances which are used for specifying ``keyId`` in
0 commit comments