Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(NODE-6141): allow custom aws sdk config #4373

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat(NODE-6141): allow custom aws sdk config #4373

wants to merge 2 commits into from

Conversation

durran
Copy link
Member

@durran durran commented Jan 17, 2025

Description

Allows users to provide a custom AWS credential provider for use with MONGODB-AWS authentication.

What is changing?

  • Allow passing a AWS_CREDENTIAL_PROVIDER auth mechanism property to fetch credentials.
  • Passes user provided credential provider to the AWS auth provider.
  • Allows for use in FLE if the option is provided to the client.
Is there new documentation needed for these changes?

Updates to the AWS auth section in the driver manual.

What is the motivation for this change?

NODE-6141

Release Highlight

Fill in title or leave empty for no highlight

Double check the following

  • Ran npm run check:lint script
  • Self-review completed using the steps outlined here
  • PR title follows the correct format: type(NODE-xxxx)[!]: description
    • Example: feat(NODE-1234)!: rewriting everything in coffeescript
  • Changes are covered by tests
  • New TODOs have a related JIRA ticket

@durran durran changed the title feat(NODE-6161): allow custom aws sdk config feat(NODE-6141): allow custom aws sdk config Jan 28, 2025
@durran durran force-pushed the NODE-6141 branch 3 times, most recently from cc7c745 to 39e8251 Compare January 29, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant