Skip to content

Commit 8cb1e50

Browse files
author
Chris Cho
authored
DOCSP-31139: fix description of CSFLE behavior (#3502)
1 parent 72a7756 commit 8cb1e50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/core/csfle/reference/decryption.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ performs the following procedure:
4848
#. Check the {+key-vault-long+} configured in the current database
4949
connection for the specified {+dek-long+}. If the {+key-vault-long+}
5050
does not contain the specified key, automatic decryption fails and
51-
the driver returns the encrypted ``BinData`` blob.
52-
51+
the driver returns an error.
52+
5353
#. Check the {+dek-long+} metadata for the {+cmk-long+}
54-
(CMK) used to encrypt the key material.
54+
(CMK) used to encrypt the key material.
5555

5656
#. Decrypt the {+dek-long+}. This process varies by KMS provider:
5757

@@ -82,7 +82,7 @@ performs the following procedure:
8282
encrypted ``BinData`` blob.
8383

8484
.. tip::
85-
85+
8686
To learn how to use the Google Cloud Platform KMS for automatic
8787
encryption, see :ref:`csfle-tutorial-automatic-gcp`.
8888

@@ -95,8 +95,8 @@ performs the following procedure:
9595
the CMK, decryption fails and the driver returns the
9696
encrypted ``BinData`` blob.
9797

98-
.. tip::
99-
98+
.. tip::
99+
100100
To learn how to use the Azure Key Vault for automatic
101101
encryption, see :ref:`csfle-tutorial-automatic-azure`.
102102

0 commit comments

Comments
 (0)