-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Docs
-
Fully Compatible
The URI option for auth mechanism takes values like SCRAM-SHA-256. The corresponding client Ruby option value is :scram256. This conversion/mapping is not documented on https://docs.mongodb.com/ruby-driver/master/tutorials/ruby-driver-create-client/#uri-options-conversions. There is also no test coverage I am seeing for these conversions.