From 4e41c1818fe9c05a1fea0976f3e309e0fd9ef392 Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Thu, 18 Feb 2021 15:16:27 -0500 Subject: [PATCH] DOCSP-14697 correct CSFLE KMS page typos --- .../security-client-side-encryption-key-management.txt | 4 ++-- .../extracts-client-side-field-level-encryption.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/core/security-client-side-encryption-key-management.txt b/source/core/security-client-side-encryption-key-management.txt index 9ca1e5c7fa6..0b3a3499b51 100644 --- a/source/core/security-client-side-encryption-key-management.txt +++ b/source/core/security-client-side-encryption-key-management.txt @@ -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) `. @@ -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 diff --git a/source/includes/extracts-client-side-field-level-encryption.yaml b/source/includes/extracts-client-side-field-level-encryption.yaml index cb00deb2ee7..4c01c42af0c 100644 --- a/source/includes/extracts-client-side-field-level-encryption.yaml +++ b/source/includes/extracts-client-side-field-level-encryption.yaml @@ -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. -... \ No newline at end of file + 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. +...