File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
source/core/csfle/reference Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments