Skip to content

Commit 1850690

Browse files
author
Chris Cho
authored
DOCSP-31167: Fix statement about multiple security methods for CSFLE … (#3518)
* DOCSP-31167: Fix statement about multiple security methods for CSFLE and QE * fix source constant
1 parent b4eb3c8 commit 1850690

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

source/core/csfle/features.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,12 @@ and the potential security vulnerabilities that they address:
129129

130130
.. important:: Use the Mechanisms Together
131131

132-
To secure a production deployment, use all the security mechanisms
133-
discussed in this guide together. The mechanisms are not mutually
134-
exclusive.
132+
To secure a production deployment, you can use multiple security
133+
mechanisms discussed in this guide together. However, you cannot use
134+
both {+csfle-abbrev+} and {+qe+} to encrypt data in the same collection.
135+
136+
To learn more about {+qe+}, see :ref:`{+qe+} Features <qe-features>`.
137+
135138

136139
Scenario
137140
--------

source/core/queryable-encryption/features.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -183,12 +183,6 @@ cannot protect your data from a privileged user or as it sits on disk.
183183
To learn more, see
184184
:manual:`Transport Encryption using TLS/SSL </core/security-transport-encryption/>`
185185

186-
.. important:: Use the Mechanisms Together
187-
188-
To secure a production deployment, use all the security mechanisms
189-
discussed in this guide together. The mechanisms are not mutually
190-
exclusive.
191-
192186
Comparison of Features
193187
----------------------
194188

@@ -200,9 +194,11 @@ the potential security vulnerabilities that they address:
200194

201195
.. important:: Use the Mechanisms Together
202196

203-
To secure a production deployment, use all the security mechanisms
204-
discussed in this guide together. The mechanisms are not mutually
205-
exclusive.
197+
To secure a production deployment, you can use multiple security
198+
mechanisms discussed in this guide together. However, you cannot use
199+
both {+csfle-abbrev+} and {+qe+} to encrypt data in the same collection.
200+
201+
To learn more about {+csfle+}, see :ref:`{+csfle+} Features <csfle-features>`.
206202

207203
Scenario
208204
--------

0 commit comments

Comments
 (0)