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:
48
48
#. Check the {+key-vault-long+} configured in the current database
49
49
connection for the specified {+dek-long+}. If the {+key-vault-long+}
50
50
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
+
53
53
#. 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.
55
55
56
56
#. Decrypt the {+dek-long+}. This process varies by KMS provider:
57
57
@@ -82,7 +82,7 @@ performs the following procedure:
82
82
encrypted ``BinData`` blob.
83
83
84
84
.. tip::
85
-
85
+
86
86
To learn how to use the Google Cloud Platform KMS for automatic
87
87
encryption, see :ref:`csfle-tutorial-automatic-gcp`.
88
88
@@ -95,8 +95,8 @@ performs the following procedure:
95
95
the CMK, decryption fails and the driver returns the
96
96
encrypted ``BinData`` blob.
97
97
98
- .. tip::
99
-
98
+ .. tip::
99
+
100
100
To learn how to use the Azure Key Vault for automatic
101
101
encryption, see :ref:`csfle-tutorial-automatic-azure`.
102
102
You can’t perform that action at this time.
0 commit comments