-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Component/s: None
-
None
SPEC-1270 introduced a restriction, stating that it is an error to specify an authSource without credentials. In SPEC-1511, it was decided to lift this restriction. For example, the connection stringĀ mongodb://host/?authSource=admin should no longer throw an exception.
Spec change: https://github.com/mongodb/specifications/commit/af6b8b14606d43f1938a2a8da23801f05c6cf4ab
- depends on
-
CXX-1915 Lift restriction on authSource without credentials
- Backlog
-
CDRIVER-3502 Lift restriction on authSource without credentials
- Closed
-
GODRIVER-1473 Lift restriction on authSource without credentials
- Closed
-
JAVA-3603 Lift restriction on authSource without credentials
- Closed
-
MOTOR-495 Lift restriction on authSource without credentials
- Closed
-
PYTHON-2107 Lift restriction on authSource without credentials
- Closed
-
RUBY-2100 Lift restriction on authSource without credentials
- Backlog
-
CSHARP-2913 Lift restriction on authSource without credentials
- Closed
-
NODE-2433 Lift restriction on authSource without credentials
- Closed
-
PHPC-1538 Lift restriction on authSource without credentials
- Closed
-
RUST-479 Lift restriction on authSource without credentials
- Closed
- is related to
-
DRIVERS-949 Add tests for allowed cases when authSource is given but username is not
- Implementing