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

      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.

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

              Created:
              Updated:
              Resolved:
              1 year, 33 weeks, 2 days ago