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 b94519b commit 86bddf1Copy full SHA for 86bddf1
lib/core/sdam/monitor.js
@@ -91,6 +91,10 @@ class Monitor extends EventEmitter {
91
92
// ensure no authentication is used for monitoring
93
delete connectOptions.credentials;
94
+
95
+ // ensure encryption is not requested for monitoring
96
+ delete connectOptions.autoEncrypter;
97
98
this.connectOptions = Object.freeze(connectOptions);
99
}
100
0 commit comments