Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-15630

Investigate changes in SERVER-69348: Commands must declare empty auth checks to be universally callable

    XMLWordPrintableJSON

Details

    • Hide
      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.
      Show
      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.
    • true

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              backlog-server-pm Backlog - Core Eng Program Management Team
              Jess Mokrzecki Jess Mokrzecki
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                16 weeks, 1 day ago