Skip to content

DOCSP-14697 correct CSFLE KMS page typos #4948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Encryption Key Vault
--------------------

The key vault is a collection that stores data encryption keys for use
with client-side field level encryption. data encryption keys are
with client-side field level encryption. Data encryption keys are
encrypted using a Customer Master Key (CMK) managed through a supported
:ref:`Key Management System (KMS) <field-level-encryption-kms>`.

Expand Down Expand Up @@ -162,7 +162,7 @@ vault. Applications must have access to both the remote key vault
cluster and the connection cluster to perform client-side field level
encryption operations.

data encryption keys have the following structure:
Data encryption keys have the following structure:

.. code-block:: json

Expand Down
10 changes: 5 additions & 5 deletions source/includes/extracts-client-side-field-level-encryption.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ content: |

.. important::

For AWS KMS support, use the 4.2.2 :binary:`~bin.mongo` shell. The
4.2.0 and 4.2.1 :binary:`~bin.mongo` shell does not support the AWS
KMS service due to an unexpected change in the KMS response object.
See :issue:`SERVER-44721` for more information on the issue.
...
For AWS KMS support, use the 4.2.2 or later :binary:`~bin.mongo`
shell. The 4.2.0 and 4.2.1 :binary:`~bin.mongo` shell does not
support the AWS KMS service due to an unexpected change in the KMS
response object. See :issue:`SERVER-44721` for more information.
...