File tree Expand file tree Collapse file tree 1 file changed +23
-6
lines changed
source/core/queryable-encryption Expand file tree Collapse file tree 1 file changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -21,27 +21,44 @@ maintaining the ability to query the encrypted data. With {+qe+}
21
21
enabled, no MongoDB-managed service has access to your data in an
22
22
unencrypted form.
23
23
24
- .. important:: Technical Preview
24
+ You can set up {+qe+} using the following mechanisms:
25
25
26
- MongoDB will add support for explicit encryption during the technical
27
- preview.
26
+ - Automatic Encryption: Enables you to perform encrypted read and
27
+ write operations without you having to write code to specify how to
28
+ encrypt fields.
29
+ - {+manual-enc-title+}: Enables you to perform encrypted read and write
30
+ operations through your MongoDB driver's encryption library. You must
31
+ specify the logic for encryption with this library throughout your
32
+ application.
28
33
29
- The following table shows which MongoDB server products support {+qe+}:
34
+ The following table shows which MongoDB server products support which {+csfle-abbrev+}
35
+ mechanisms:
30
36
31
37
.. list-table::
32
38
:header-rows: 1
39
+ :widths: 33 34 33
33
40
34
41
* - Product Name
35
- - Supports {+qe+}
42
+ - Supports Automatic Encryption
43
+ - Supports {+manual-enc-title+}
36
44
37
45
* - | MongoDB Atlas
38
46
- | Yes
47
+ - | Yes
39
48
40
49
* - | MongoDB Enterprise Advanced
41
50
- | Yes
42
-
51
+ - | Yes
52
+
43
53
* - | MongoDB Community Edition
44
54
- | No
55
+ - | Yes
56
+
57
+ .. important:: No Documentation on {+manual-enc-title+}
58
+
59
+ At present, we do not have documentation detailing how to perform
60
+ {+manual-enc+} with {+qe+}. We will publish documentation for
61
+ this feature soon.
45
62
46
63
To learn which MongoDB drivers support {+qe+}, see
47
64
:ref:`qe-compatibility-reference`.
You can’t perform that action at this time.
0 commit comments