Skip to content

Commit a449f04

Browse files
authored
DOCSP-37521 - In-Use Encryption (#50)
1 parent b099184 commit a449f04

File tree

4 files changed

+19
-6
lines changed

4 files changed

+19
-6
lines changed

source/fundamentals.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Fundamentals
1919
/fundamentals/enterprise-authentication
2020
/fundamentals/gridfs
2121
/fundamentals/indexes
22-
/fundamentals/in-use-encryption
2322
/fundamentals/type-hints
2423

2524
- :ref:`pymongo-auth`
@@ -30,5 +29,4 @@ Fundamentals
3029
- :ref:`pymongo-enterprise-auth`
3130
- :ref:`pymongo-gridfs`
3231
- :ref:`pymongo-indexes`
33-
- :ref:`pymongo-in-use-encryption`
3432
- :ref:`pymongo-type-hints`

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ MongoDB PyMongo Documentation
1919
/connect
2020
/write-operations
2121
/read
22+
/security
2223
/tools
2324
API Documentation <{+api-root+}>
2425
/faq

source/security.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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`

source/fundamentals/in-use-encryption.txt renamed to source/security/in-use-encryption.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11

2-
.. copied from dbx/encrypt-fields.rst
3-
42
.. _pymongo-in-use-encryption:
53

64
=================
@@ -54,7 +52,7 @@ MongoDB offers the following features to enable in-use encryption:
5452
.. _subsection-qe:
5553

5654
Queryable Encryption
57-
~~~~~~~~~~~~~~~~~~~~
55+
--------------------
5856

5957
Queryable Encryption is the next-generation in-use encryption feature,
6058
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.
7270
.. _subsection-csfle:
7371

7472
Client-side Field Level Encryption
75-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73+
----------------------------------
7674

7775
Client-side Field Level Encryption (CSFLE) was introduced in MongoDB
7876
Server version 4.2 and supports searching encrypted fields for equality.

0 commit comments

Comments
 (0)