-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.7.3
-
Component/s: Replication, Testing Infrastructure
-
None
-
Fully Compatible
-
ALL
-
v3.6, v3.4, v3.2
-
TIG 2018-03-26
-
0
authutil.asCluster() in mongo/src/shell/utils_auth.js is hardcoded to use SCRAM-SHA-1 to auth the __system user. On replica sets running with SSL, we have to use MONGODB-X509 as the auth mechanism and pass in an empty user and password.
- is related to
-
SERVER-33751 Auth when connecting to an existing cluster in ReplSetTest
- Closed