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

Allow users to provide custom AWS configuration

    • Type: Icon: New Feature New Feature
    • Resolution: Unresolved
    • Priority: Icon: Unknown Unknown
    • None
    • Component/s: Authentication
    • None
    • Needed
    • Hide

      Summary of necessary driver changes

      •  

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

      •  

      Context for other referenced/linked tickets

      •  
      Show
      Summary of necessary driver changes   Commits for syncing spec/prose tests (and/or refer to an existing language POC if needed)   Context for other referenced/linked tickets  
    • $i18n.getText("admin.common.words.hide")
      Key Status/Resolution FixVersion
      NODE-6141 Backlog
      $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 NODE-6141 Backlog

      Summary

      Users cannot provide custom AWS configuration. Namely, this affects the Node Driver in that it does not support AWS IAM Role Assumption. As a result, users need to implement custom expiry and reconnection logic when their STS session expires.

      Motivation

      Who is the affected end user?

      Who are the stakeholders?

      How does this affect the end user?

      users need to implement custom expiry and reconnection logic when their STS session expires.

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

      Likely. In the Node Driver, users often ask for different AWS configurations.

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

      Annoyance for user.

      Is this issue urgent?

      No.

      Is this ticket required by a downstream team?

      No.

      Is this ticket only for tests?

      No.

      Acceptance Criteria

      Allow users to provide their own configuration function.

            Assignee:
            Unassigned Unassigned
            Reporter:
            aditi.khare@mongodb.com Aditi Khare
            Steve Silvester Steve Silvester
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: