-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... Node Driver user using AWS authentication
I want... to provide an AWS sdk "provider" to the client,
So that... I can use any AWS SDK supported authentication mechanism without requiring driver changes.
Acceptance Criteria
Implementation Requirements
- Allow users to provide a 'provider function' as a MongoClient authentication option
- See usage in AWSTemporaryCredentialProvider class
- See usage in AWSTemporaryCredentialProvider class
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc
- is duplicated by
-
NODE-6143 Handle AWS IAM Role assumption
- Closed
- related to
-
NODE-6094 Request + PR: ability to get Mongo to handle AWS IAM Role assumption
- Closed
- split from
-
DRIVERS-2903 Allow users to provide custom AWS configuration
- Investigating