File tree Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Expand file tree Collapse file tree 4 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Fundamentals
19
19
/fundamentals/enterprise-authentication
20
20
/fundamentals/gridfs
21
21
/fundamentals/indexes
22
- /fundamentals/in-use-encryption
23
22
/fundamentals/type-hints
24
23
25
24
- :ref:`pymongo-auth`
@@ -30,5 +29,4 @@ Fundamentals
30
29
- :ref:`pymongo-enterprise-auth`
31
30
- :ref:`pymongo-gridfs`
32
31
- :ref:`pymongo-indexes`
33
- - :ref:`pymongo-in-use-encryption`
34
32
- :ref:`pymongo-type-hints`
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ MongoDB PyMongo Documentation
19
19
/connect
20
20
/write-operations
21
21
/read
22
+ /security
22
23
/tools
23
24
API Documentation <{+api-root+}>
24
25
/faq
Original file line number Diff line number Diff line change
1
+ .. _pymongo-security:
2
+
3
+ ================
4
+ Secure Your Data
5
+ ================
6
+
7
+ .. meta::
8
+ :description: Learn how to use (+driver-short+} to secure your data.
9
+
10
+ .. toctree::
11
+ :titlesonly:
12
+ :maxdepth: 1
13
+
14
+ /security/in-use-encryption
15
+
16
+ - :ref:`pymongo-in-use-encryption`
Original file line number Diff line number Diff line change 1
1
2
- .. copied from dbx/encrypt-fields.rst
3
-
4
2
.. _pymongo-in-use-encryption:
5
3
6
4
=================
@@ -54,7 +52,7 @@ MongoDB offers the following features to enable in-use encryption:
54
52
.. _subsection-qe:
55
53
56
54
Queryable Encryption
57
- ~~~~~~~~~~~~~~~~~~~~
55
+ --------------------
58
56
59
57
Queryable Encryption is the next-generation in-use encryption feature,
60
58
first introduced as a preview feature in MongoDB Server version 6.0 and
@@ -72,7 +70,7 @@ Encryption </core/queryable-encryption/>` in the Server manual.
72
70
.. _subsection-csfle:
73
71
74
72
Client-side Field Level Encryption
75
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73
+ ----------------------------------
76
74
77
75
Client-side Field Level Encryption (CSFLE) was introduced in MongoDB
78
76
Server version 4.2 and supports searching encrypted fields for equality.
You can’t perform that action at this time.
0 commit comments