From 8468faec63592e8b88b934042c6abf184116fd09 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 7 Mar 2025 16:02:49 -0500 Subject: [PATCH 1/3] indicate AWS SDK versions --- source/security/auth/aws-iam.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/security/auth/aws-iam.txt b/source/security/auth/aws-iam.txt index f8c8870ae..9ceb24092 100644 --- a/source/security/auth/aws-iam.txt +++ b/source/security/auth/aws-iam.txt @@ -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 ` in +the Atlas documentation. - To learn more about configuring MongoDB Atlas for AWS IAM authentication, see - :atlas:`Set Up Authentication with AWS IAM ` in - the Atlas documentation. +.. note:: AWS SDK + + MongoDB tests using versions 2.30.31 and 1.12.782 of the AWS SDK. Code Placeholders ~~~~~~~~~~~~~~~~~ From 1cf8361b53d0a7e00d628a12c8e56f4e58445ccf Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Fri, 7 Mar 2025 16:05:11 -0500 Subject: [PATCH 2/3] tweak --- source/security/auth/aws-iam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/security/auth/aws-iam.txt b/source/security/auth/aws-iam.txt index 9ceb24092..1f196bf59 100644 --- a/source/security/auth/aws-iam.txt +++ b/source/security/auth/aws-iam.txt @@ -30,7 +30,7 @@ the Atlas documentation. .. note:: AWS SDK - MongoDB tests using versions 2.30.31 and 1.12.782 of the AWS SDK. + ``MONGODB-AWS`` is tested with versions 2.30.31 and 1.12.782 of the AWS SDK. Code Placeholders ~~~~~~~~~~~~~~~~~ From 76d5c40e9cabe7d5fb161ca2b2a877122e8445d3 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Mon, 10 Mar 2025 10:10:55 -0400 Subject: [PATCH 3/3] note title --- source/security/auth/aws-iam.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/security/auth/aws-iam.txt b/source/security/auth/aws-iam.txt index 1f196bf59..651a803d0 100644 --- a/source/security/auth/aws-iam.txt +++ b/source/security/auth/aws-iam.txt @@ -28,7 +28,7 @@ To learn more about configuring MongoDB Atlas for AWS IAM authentication, see :atlas:`Set Up Authentication with AWS IAM ` in the Atlas documentation. -.. note:: AWS SDK +.. note:: AWS SDK Testing ``MONGODB-AWS`` is tested with versions 2.30.31 and 1.12.782 of the AWS SDK.