Skip to content

Commit b87107a

Browse files
QE - Community Support (#1208)
* mention that qe support community and that we don't cover this in docs * nl - feedback
1 parent d607d32 commit b87107a

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

source/core/queryable-encryption/queryable-encryption.txt

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,44 @@ maintaining the ability to query the encrypted data. With {+qe+}
2121
enabled, no MongoDB-managed service has access to your data in an
2222
unencrypted form.
2323

24-
.. important:: Technical Preview
24+
You can set up {+qe+} using the following mechanisms:
2525

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.
2833

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:
3036

3137
.. list-table::
3238
:header-rows: 1
39+
:widths: 33 34 33
3340

3441
* - Product Name
35-
- Supports {+qe+}
42+
- Supports Automatic Encryption
43+
- Supports {+manual-enc-title+}
3644

3745
* - | MongoDB Atlas
3846
- | Yes
47+
- | Yes
3948

4049
* - | MongoDB Enterprise Advanced
4150
- | Yes
42-
51+
- | Yes
52+
4353
* - | MongoDB Community Edition
4454
- | 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.
4562

4663
To learn which MongoDB drivers support {+qe+}, see
4764
:ref:`qe-compatibility-reference`.

0 commit comments

Comments
 (0)