@@ -30,7 +30,7 @@ MongoDB uses the following components to perform {+csfle+}:
3030- {+kms-long+} ({+kms-abbr+})
3131
3232To learn more about keys and key vaults, see
33- :ref:`csfle -reference-keys-key-vaults`.
33+ :ref:`qe -reference-keys-key-vaults`.
3434
3535Supported Key Management Services
3636---------------------------------
@@ -47,31 +47,7 @@ Supported Key Management Services
4747
4848To learn more about these providers, including diagrams that show how
4949your application uses them to perform {+csfle+}, see
50- :ref:`csfle-reference-kms-providers`.
51-
52- .. _csfle-reasons-to-use-remote-kms:
53-
54- Reasons to Use a Remote Key Management System
55- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56-
57- Using a remote {+kms-long+} to manage your {+cmk-long+}
58- has the following advantages over using your local filesystem to host
59- the {+cmk-abbr+}:
60-
61- - Secure storage of the key with access auditing
62- - Reduced risk of access permission issues
63- - Availability and distribution of the key to remote clients
64- - Automated key backup and recovery
65- - Centralized encryption key lifecycle management
66-
67- Additionally, for the following {+kms-abbr+} providers, your
68- {+kms-abbr+} remotely encrypts and decrypts your {+dek-long+}, ensuring
69- your {+cmk-long+} is never exposed to your {+csfle-abbrev+}-enabled
70- application:
71-
72- - {+aws-long+} KMS
73- - {+azure-kv+}
74- - {+gcp-kms-abbr+}
50+ :ref:`qe-fundamentals-kms-providers`.
7551
7652Manage a {+dek-long+}'s Alternate Name
7753---------------------------------------------
@@ -147,7 +123,7 @@ Select the tab that corresponds to your driver language:
147123 :language: javascript
148124
149125To learn more about ``dataKeyOpts`` and ``kmsProviders`` objects, see
150- :ref:`csfle-reference -kms-providers`.
126+ :ref:`qe-fundamentals -kms-providers`.
151127
152128Use Key Alternate Names in an Automatic Encryption Schema
153129~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -286,7 +262,7 @@ The ``rewrapManyDataKey`` uses the following syntax:
286262 )
287263
288264To learn more about the ``dataKeyOpts`` object for your KMS provider, see
289- :ref:`csfle-reference -kms-providers-supported-kms`.
265+ :ref:`qe-fundamentals -kms-providers-supported-kms`.
290266
291267.. _field-level-encryption-data-key-delete:
292268
@@ -307,7 +283,7 @@ You can delete a {+dek-long+} from your {+key-vault-long+} using standard CRUD
307283 keyVault = db.getKeyVault()
308284 keyVault.deleteKey(UUID("<UUID String>"))
309285
310- To learn more about {+key-vault-long+}s see :ref:`csfle -reference-key-vault `.
286+ To learn more about {+key-vault-long+}s see :ref:`qe -reference-keys- key-vaults `.
311287
312288Learn More
313289----------
0 commit comments