Details
-
Task
-
Resolution: Cannot Reproduce
-
Major - P3
-
None
Description
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.
Attachments
Issue Links
- documents
-
SERVER-69348 Commands must declare empty auth checks to be universally callable
-
- Closed
-
- is depended on by
-
DOCS-15675 [SERVER][BACKPORT] [v5.0] Commands must declare empty auth checks to be universally callable
-
- Backlog
-
-
DOCS-15678 [Server] [BACKPORT] [v4.4] Commands must declare empty auth checks to be universally callable
-
- Backlog
-
-
DOCS-15681 [Server] [BACKPORT] [v4.2] Commands must declare empty auth checks to be universally callable
-
- Closed
-