Skip to content

Commit 0ea8ac5

Browse files
DOCSP-33135 What's New AWS Region Settings Link (#985) (#1002)
* 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 8d5ee23 commit 0ea8ac5

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

source/whats-new.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,14 +297,19 @@ The {+driver-short+} v6.1 release includes the following features:
297297
``Decimal128.fromStringWithRounding()`` method. To learn more, see the
298298
`v6.1.0 bson release notes <https://github.com/mongodb/js-bson/releases/tag/v6.1.0>`__.
299299

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

305306
- ``AWS_STS_REGIONAL_ENDPOINTS``
306307
- ``AWS_REGION``
307308

309+
To learn how to set region settings when using the ``MONGODB-AWS``
310+
authentication mechanism, see the :guilabel:`Web Identity Token` tab in the
311+
:ref:`MONGODB-AWS <mongodb-aws>` section of the Authentication Mechanisms guide.
312+
308313
- Fixes a memory leak issue caused by recursive calls to the ``next()``
309314
method of the ``ChangeStream`` type.
310315

0 commit comments

Comments
 (0)