Uploaded image for project: 'Node.js Driver'
  1. Node.js Driver
  2. NODE-4826

Remove getNonce command usage for 6.2+

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.13.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
    • 2
    • Hide

      DRIVERS-2490:
      The server is removing support for the getNonce command via SERVER-71007. getNonce was used for implementing the MONGODB-CR authentication mechanism, which was removed from the server in MongoDB 4.0.

      Drivers need to:

      1) Verify they do not have any logic or non-spec tests that would send getNonce to a 6.2+ server.

      2) Sync command logging and monitoring spec tests to: https://github.com/mongodb/specifications/commit/735a667672c758617821e3c5dda99c551e007375

      Note, as part of the above commit some existing tests around redacting sensitive commands/replies in command monitoring events and log messages were updated to have appropriate max server versions and so will now be skipped on newer servers where the commands they use no longer exist.

      Show
      DRIVERS-2490: The server is removing support for the getNonce command via SERVER-71007 . getNonce was used for implementing the MONGODB-CR authentication mechanism, which was removed from the server in MongoDB 4.0. Drivers need to: 1) Verify they do not have any logic or non-spec tests that would send getNonce to a 6.2+ server. 2) Sync command logging and monitoring spec tests to: https://github.com/mongodb/specifications/commit/735a667672c758617821e3c5dda99c551e007375 Note, as part of the above commit some existing tests around redacting sensitive commands/replies in command monitoring events and log messages were updated to have appropriate max server versions and so will now be skipped on newer servers where the commands they use no longer exist.
    • Not Needed
    • Not Needed

      This ticket was split from DRIVERS-2490, please see that ticket for a detailed description.

            Assignee:
            durran.jordan@mongodb.com Durran Jordan
            Reporter:
            dbeng-pm-bot PM Bot
            Bailey Pearson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: