Skip to content

Commit 9fd6b79

Browse files
DOCSP-33135 What's New AWS Region Settings Link (mongodb#985) (mongodb#1006)
* DOCSP-33135 What's New AWS Region Settings Link * add ref link * add aws webidentity link * edit copy * edit * style edit * rea review comments (cherry picked from commit b56f50c) Co-authored-by: lindseymoore <[email protected]>
1 parent 22ec934 commit 9fd6b79

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

source/whats-new.txt

+9-4
Original file line numberDiff line numberDiff line change
@@ -547,14 +547,19 @@ The {+driver-short+} v6.1 release includes the following features:
547547
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
548548
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
549549

550-
- Detects environment variables for region settings when
551-
authenticating by using the ``MONGODB-AWS`` authentication mechanism.
552-
To instruct the driver to use your region options, you must set both
553-
of the following environment variables:
550+
- Detects environment variables for region settings when you
551+
authenticate by using the `IAM AssumeRoleWithWebIdentity action
552+
<https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRoleWithWebIdentity.html>`__
553+
with ``MONGODB-AWS`` authentication. To instruct the driver to use your region options,
554+
you must set both of the following environment variables:
554555

555556
- ``AWS_STS_REGIONAL_ENDPOINTS``
556557
- ``AWS_REGION``
557558

559+
To learn how to set region settings when using the ``MONGODB-AWS``
560+
authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
561+
:ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
562+
558563
- Fixes a memory leak issue caused by recursive calls to the ``next()``
559564
method of the ``ChangeStream`` type.
560565

0 commit comments

Comments
 (0)