In SERVER-58338 we removed support for the authenticate command via OP_QUERY, but preserved support for the saslStart command. This was unintentional, and we should add back just support for authenticate, to be parallel with the other allowed commands that drivers issue prior to determining whether to use OP_MSG or not.
- is related to
-
SERVER-58338 Return an error if client attempts an OP_QUERY command other than isMaster/hello
- Closed