-
Type: Investigation
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
Original Downstream Change Summary
Prior to this change, the server exposed a command called `repairDatabase`. This command did nothing. It would return the CommandNotFound errorcode, and a message explaining how it had been deprecated and has become non-functional.
This command has been removed.
Description of Linked Ticket
A command can declare an auth check by overriding any of the following:
- checkAuthForOperation
- checkAuthForCommand
- addRequiredPrivileges
- checkAuthorization
To be callable, commands must define one of these methods.
- depends on
-
SERVER-69348 Commands must declare empty auth checks to be universally callable
- Closed