Skip to content

[JAVA] Update AWS SDK dependencies #653

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

Merged
merged 3 commits into from
Apr 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/security/auth/aws-iam.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ The ``MONGODB-AWS`` authentication mechanism uses Amazon Web Services
Identity and Access Management (AWS IAM) credentials to authenticate a user to MongoDB.
You can use this mechanism only when authenticating to MongoDB Atlas.

.. tip:: Configure Atlas for AWS IAM Authentication
To learn more about configuring MongoDB Atlas for AWS IAM authentication, see
:atlas:`Set Up Authentication with AWS IAM </security/aws-iam-authentication/>` in
the Atlas documentation.

To learn more about configuring MongoDB Atlas for AWS IAM authentication, see
:atlas:`Set Up Authentication with AWS IAM </security/aws-iam-authentication/>` in
the Atlas documentation.
.. note:: AWS SDK Testing

``MONGODB-AWS`` is tested with versions 2.30.31 and 1.12.782 of the AWS SDK.

Code Placeholders
~~~~~~~~~~~~~~~~~
Expand Down
Loading