Skip to content

Commit cac2dae

Browse files
committed
Fix
1 parent 295211b commit cac2dae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/security/authentication/aws-iam.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ When you install the optional ``aws-sdk/credential-providers`` dependency, the d
160160
retrieves credentials in a priority order defined by the AWS SDK. If you have a shared AWS
161161
credentials file or config file, the driver uses those credentials by default.
162162

163+
.. tip::
164+
165+
To learn more about how the ``aws-sdk/credential-providers`` dependency retrieves
166+
credentials, see the `AWS SDK documentation <https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain>`__.
167+
163168
To manually specify the AWS credentials to retrieve, you can set the ``AWS_CREDENTIAL_PROVIDER``
164169
property to a defined credential provider from the AWS SDK. The following example passes a provider chain
165170
from the AWS SDK to the AWS authentication mechanism:
@@ -181,9 +186,6 @@ AWS authentication mechanism:
181186
:end-before: // end-custom-credentials-function
182187
:dedent:
183188

184-
To learn more about how the ``aws-sdk/credential-providers`` dependency retrieves
185-
credentials, see the `AWS SDK documentation <https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-credential-providers/#fromnodeproviderchain>`__.
186-
187189
API Documentation
188190
-----------------
189191

0 commit comments

Comments
 (0)