-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.12.3
-
Component/s: Auth
-
None
-
Environment:Centos 7, FIPS enabled
In the mongodriver you explictly call Digest::MD5 for the hashed password and auth key.
under fips this aborts the process as expliclty not allowed under fips.
Can this be chhanged to SHA1?