File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,8 @@ The {+driver-short+} v6.7 release includes the following features:
74
74
75
75
- KMS providers can now be associated with a name, and multiple keys can be provided
76
76
for each KMS provider. This feature requires ``mongodb-client-encryption`` v6.0.1 or
77
- later.
77
+ later. You can't use named KMS providers if your application uses the automatic
78
+ KMS provider refresh capability.
78
79
79
80
The following code example configures a ``ClientEncryption`` object with multiple AWS keys:
80
81
@@ -93,11 +94,6 @@ The {+driver-short+} v6.7 release includes the following features:
93
94
94
95
clientEncryption.createDataKey('aws:key-1', { ... });
95
96
96
- .. note::
97
-
98
- You can't use named KMS providers if your application uses the automatic
99
- KMS provider refresh capability.
100
-
101
97
- When you create a KMIP data key, you can now specify the ``delegated`` option. If this
102
98
option is set to ``true``, the KMIP provider performs encryption and decryption of
103
99
the data key locally, ensuring that the encryption key never leaves the KMIP server.
You can’t perform that action at this time.
0 commit comments