@@ -12,9 +12,9 @@ In-Use Encryption Tutorial
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- In-Use Encryption allows you to connect to your deployments using :v6.0:`Queryable
16
- Encryption </core/queryable-encryption/>`. This connection method allows you to
17
- encrypt a subset of fields in your collections.
15
+ In-Use Encryption allows you to connect to your deployments using
16
+ :v7.0:`{+qe+} </core/queryable-encryption/>`. This connection method
17
+ allows you to encrypt a subset of fields in your collections.
18
18
19
19
You can also use :manual:`CSFLE </core/csfle/>` to encrypt a subset of fields
20
20
in your collection. CSFLE encryption is enabled through the schema editor.
@@ -23,7 +23,7 @@ Overview
23
23
--------
24
24
25
25
This guide shows you how to connect to your deployment and collections using
26
- Queryable Encryption .
26
+ {+qe+} .
27
27
28
28
This guide uses the `air_airlines.json <https://raw.githubusercontent.com/mongodb/docs-assets/compass/air_airlines.json>`__
29
29
data set in the guided examples. The guide covers the process of importing
@@ -45,9 +45,12 @@ Create Your Encrypted Collection
45
45
--------------------------------
46
46
47
47
Once your deployment is connected using In-Use Encryption, create your collection
48
- using Queryable Encryption . You can create a new database and collection or you
48
+ using {+qe+} . You can create a new database and collection or you
49
49
can create a new collection in an existing database.
50
50
51
+ {+qe+} supports new collections only. You can't enable {+qe+}
52
+ on existing collections.
53
+
51
54
Procedure
52
55
~~~~~~~~~
53
56
@@ -61,7 +64,7 @@ Procedure
61
64
62
65
.. step:: Click the :guilabel:`Advanced Collection Options` drop down.
63
66
64
- .. step:: Check the :guilabel:`Queryable Encryption ` box.
67
+ .. step:: Check the :guilabel:`{+qe+} ` box.
65
68
66
69
.. step:: Specify your :guilabel:`Encrypted Fields`.
67
70
@@ -75,11 +78,11 @@ Procedure
75
78
Here, the encrypted field is the ``base`` field of the ``air_airlines``
76
79
data set.
77
80
78
- For more information, see :v6 .0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
81
+ For more information, see :v7 .0:`Encrypted Fields </core/queryable-encryption/fundamentals/encrypt-and-query/>`.
79
82
80
- .. step:: (Optional) Specify :v6 .0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
83
+ .. step:: (Optional) Specify :v7 .0:`KMS Provider </core/queryable-encryption/fundamentals/kms-providers/>`.
81
84
82
- .. step:: (Optional) Specify :v6 .0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
85
+ .. step:: (Optional) Specify :v7 .0:`Key Encryption Key </core/queryable-encryption/fundamentals/keys-key-vaults/>`.
83
86
84
87
.. step:: Click :guilabel:`Create Database` or :guilabel:`Create Collection`.
85
88
@@ -91,7 +94,7 @@ Import Your Data
91
94
92
95
.. step:: Click on your collection on the left-hand navigation banner.
93
96
94
- The collection has a :guilabel:`Queryable Encryption ` badge next to
97
+ The collection has a :guilabel:`{+qe+} ` badge next to
95
98
its name to indicate that fields in that collection are encrypted.
96
99
97
100
.. step:: Click :guilabel:`Add Data`.
0 commit comments