You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/includes/steps-fle-convert-to-a-remote-master-key-azure.yaml
+14-16Lines changed: 14 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,6 @@ content: |
90
90
91
91
.. code-block:: java
92
92
93
-
// TODO: verify correctness
94
93
Map<String, Object> providerDetails = new HashMap<String, Object>();
95
94
96
95
providerDetails.put("tenantId", new BsonString("<Azure account organization>"));
@@ -105,6 +104,12 @@ content: |
105
104
.kmsProviders(kmsProviders)
106
105
.build();
107
106
107
+
.. note::
108
+
109
+
To use the Azure Key Vault, you must use `mongodb-crypt <https://mvnrepository.com/artifact/org.mongodb/mongodb-crypt>`__
110
+
version 1.1 or later in your application's environment.
111
+
112
+
108
113
.. tab::
109
114
:tabid: nodejs
110
115
@@ -129,6 +134,12 @@ content: |
129
134
}
130
135
}
131
136
137
+
.. note::
138
+
139
+
To use the Azure Key Vault, you must use ``pymongocrypt`` version
140
+
1.1 or later in your application's environment. Follow our guide
141
+
to `build libmongocrypt from source <https://github.com/mongodb/libmongocrypt/tree/master/bindings/python#installing-from-source>`__.
142
+
132
143
.. tab::
133
144
:tabid: csharp
134
145
@@ -155,9 +166,10 @@ content: |
155
166
156
167
.. note::
157
168
158
-
To use the AWS Key Vault, you must use
169
+
To use the Azure KMS, you must use
159
170
`libmongocrypt <https://github.com/mongodb/libmongocrypt#installing-libmongocrypt-on-windows>`__ version 1.1 or later in your application's environment.
`libmongocrypt <https://github.com/mongodb/libmongocrypt#installing-libmongocrypt-on-windows>`__ version 1.1 or later in your application's environment.
281
279
282
280
---
283
281
title: Update the Automatic Encryption JSON Schema
version 1.1 or later in your application's environment.
114
+
109
115
.. tab::
110
116
:tabid: nodejs
111
117
@@ -126,6 +132,12 @@ content: |
126
132
}
127
133
}
128
134
135
+
.. note::
136
+
137
+
To use the GCP KMS, you must use ``pymongocrypt`` version
138
+
1.1 or later in your application's environment. Follow our guide
139
+
to `build libmongocrypt from source <https://github.com/mongodb/libmongocrypt/tree/master/bindings/python#installing-from-source>`__.
140
+
129
141
.. tab::
130
142
:tabid: csharp
131
143
@@ -147,6 +159,11 @@ content: |
147
159
}
148
160
kmsProviders.Add("gcp", gcpKmsOptions);
149
161
162
+
.. note::
163
+
164
+
To use the GCP KMS, you must use
165
+
`libmongocrypt <https://github.com/mongodb/libmongocrypt#installing-libmongocrypt-on-windows>`__ version 1.1 or later in your application's environment.
0 commit comments