Uploaded image for project: 'Drivers'
  1. Drivers
  2. DRIVERS-2672

OIDC: Implement Machine Callback Mechanism

    • Needed
    • Hide

      Summary of necessary driver changes

      • Implement the MONGODB-OIDC auth mechanism.
        • Some drivers need to implement the "Human Auth Flow" to support applications with direct human interaction (e.g. mongosh, Compass, etc).

      Commits for syncing spec/prose tests
      (and/or refer to an existing language POC if needed)

      • Sync spec tests at a288630
      • See the Python driver for a reference implementation here.
      Show
      Summary of necessary driver changes Implement the MONGODB-OIDC auth mechanism. Some drivers need to implement the "Human Auth Flow" to support applications with direct human interaction (e.g. mongosh, Compass, etc). Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed) Sync spec tests at a288630 See the Python driver for a reference implementation here .
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      CDRIVER-4689 In Progress
      CXX-2720 Backlog
      CSHARP-4725 Fixed 2.25.0
      GODRIVER-2911 Backlog
      JAVA-5077 Done
      NODE-5464 Needs Review
      MOTOR-1161 Duplicate
      PYTHON-3845 Duplicate
      PHPLIB-1201 Blocked
      RUBY-3303 Backlog
      RUST-1708 Duplicate
      $i18n.getText("admin.common.words.show")
      #scriptField, #scriptField *{ border: 1px solid black; } #scriptField{ border-collapse: collapse; } #scriptField td { text-align: center; /* Center-align text in table cells */ } #scriptField td.key { text-align: left; /* Left-align text in the Key column */ } #scriptField a { text-decoration: none; /* Remove underlines from links */ border: none; /* Remove border from links */ } /* Add green background color to cells with FixVersion */ #scriptField td.hasFixVersion { background-color: #00FF00; /* Green color code */ } /* Center-align the first row headers */ #scriptField th { text-align: center; } Key Status/Resolution FixVersion CDRIVER-4689 In Progress CXX-2720 Backlog CSHARP-4725 Fixed 2.25.0 GODRIVER-2911 Backlog JAVA-5077 Done NODE-5464 Needs Review MOTOR-1161 Duplicate PYTHON-3845 Duplicate PHPLIB-1201 Blocked RUBY-3303 Backlog RUST-1708 Duplicate

      Summary

      As part of CLOUDP-178758, we will need to provide callbacks for machine interaction (Milestone A.3). This is a separate API from the one originally implemented in DRIVERS-2415, which was for human interaction (Milestone A.1).

      Motivation

      Who is the affected end user?

      Who are the stakeholders?

      How does this affect the end user?

      Are they blocked? Are they annoyed? Are they confused?

      How likely is it that this problem or use case will occur?

      Main path? Edge case?

      If the problem does occur, what are the consequences and how severe are they?

      Minor annoyance at a log message? Performance concern? Outage/unavailability? Failover can't complete?

      Is this issue urgent?

      Does this ticket have a required timeline? What is it?

      Is this ticket required by a downstream team?

      Needed by e.g. Atlas, Shell, Compass?

      Is this ticket only for tests?

      Does this ticket have any functional impact, or is it just test improvements?

      Acceptance Criteria

      What specific requirements must be met to consider the design phase complete?

            Assignee:
            matt.dale@mongodb.com Matt Dale
            Reporter:
            steve.silvester@mongodb.com Steve Silvester
            James Kovacs James Kovacs
            Jessica Sigafoos Jessica Sigafoos
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: