We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0b03c commit 2ef0a78Copy full SHA for 2ef0a78
scripts/configure-cluster-with-encryption.sh
@@ -5,7 +5,7 @@
5
# this script downloads all tools required to use FLE with mongodb, then starts a cluster of the provided configuration (sharded on 8.0 server)
6
7
export CWD=$(pwd);
8
-export DRIVERS_TOOLS_PINNED_COMMIT=259809b8388c68d0adf0e0c8ac8257802e811e69;
+export DRIVERS_TOOLS_PINNED_COMMIT=d8098d27d0a94afe6ed20b01d653404ba6dd3910;
9
10
# install extra dependency
11
npm install mongodb-client-encryption
0 commit comments