We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d00cd0 commit de65f87Copy full SHA for de65f87
1 file changed
aip/auth/4117.md
@@ -237,7 +237,9 @@ The auth libraries and applications **must** follow the steps below:
237
error, trigger an error that the auth library needs to be updated to handle
238
this type of credentials.
239
- If **imdsv2_session_token_url** is available, then fetch session token
240
- from **imdsv2_session_token_url**.
+ from **imdsv2_session_token_url**. Note: only perform this step if you
241
+ need to communicate with the metadata server to fetch the region and/or
242
+ the security credentials
243
- Check the environment variables in the following order (`AWS_REGION` and
244
then the `AWS_DEFAULT_REGION`) to determine the AWS region. If found, skip
245
using the AWS metadata server to determine this value.
0 commit comments