Skip to content

Commit 014d042

Browse files
author
Chris Cho
authored
DOCSP-23295 qe sharding support (#1303)
* DOCSP-23295: Add mention of QE sharded cluster support * updates * fix
1 parent 3729287 commit 014d042

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

source/administration/security-checklist.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Pre-production Checklist/Considerations
9696
MongoDB data using file-system permissions. MongoDB data includes data
9797
files, configuration files, auditing logs, and key files.
9898

99-
- You can use :ref:`manual-csfle-feature` to encrypt
100-
fields in documents application-side prior to transmitting data over
101-
the wire to the server.
99+
- You can use :ref:`qe-manual-feature-qe` or :ref:`manual-csfle-feature`
100+
to encrypt fields in documents application-side prior to transmitting data
101+
over the wire to the server.
102102

103103
- Collect logs to a central log store. These logs contain database
104104
authentication attempts including source IP addresses.

source/core/queryable-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mechanisms:
4949
* - | MongoDB Enterprise Advanced
5050
- | Yes
5151
- | Yes
52-
52+
5353
* - | MongoDB Community Edition
5454
- | No
5555
- | Yes

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ Compatibility
88
This page describes the MongoDB and driver versions with which {+qe+}
99
is compatible.
1010

11-
MongoDB Edition and Version Compatibility
12-
-----------------------------------------
11+
MongoDB Edition, Topology, and Version Compatibility
12+
----------------------------------------------------
1313

1414
Automatic encryption with {+qe+} is only available with MongoDB Enterprise
15-
Edition and MongoDB Atlas, version 6.0 or later.
15+
Edition and MongoDB Atlas, version 6.0 or later. You can use {+qe+} on a
16+
MongoDB replica set or sharded cluster, but not a standalone instance.
1617

1718
..
1819
Manual encryption (TODO: link to discussion of manual encryption) with
@@ -38,3 +39,7 @@ versions or later:
3839

3940
* - :driver:`Node.js </node>` version ``4.7.0`` or later
4041
- `mongodb-client-encryption <https://www.npmjs.com/package/mongodb-client-encryption/>`__ version ``2.2.0`` or later
42+
43+
* - :driver:`C# .NET </csharp>` version ``2.16.0`` or later
44+
- Included in the driver
45+

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,15 @@ throws an error if the expression or operator does not support
8686
Topology Support
8787
----------------
8888

89+
- Replica sets and sharded clusters are supported
8990
- Standalone deployments are not supported
9091
- Secondary reads are not supported
9192

9293
Sharding
9394
--------
9495

9596
- Metadata collections must not be sharded
96-
- Encrypted fields must not be used as shard keys
97+
- Shard keys must not be encrypted fields
9798

9899
CRUD
99100
----

0 commit comments

Comments
 (0)