Skip to content

Commit eabf797

Browse files
Document support for Web Identity Token in DefaultCredentialsProvider (#2667)
Co-authored-by: Debora N. Ito <[email protected]>
1 parent be56f14 commit eabf797

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/auth/src/main/java/software/amazon/awssdk/auth/credentials/DefaultCredentialsProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* <ol>
2727
* <li>Java System Properties - <code>aws.accessKeyId</code> and <code>aws.secretAccessKey</code></li>
2828
* <li>Environment Variables - <code>AWS_ACCESS_KEY_ID</code> and <code>AWS_SECRET_ACCESS_KEY</code></li>
29+
* <li>Web Identity Token credentials from system properties or environment variables</li>
2930
* <li>Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI</li>
3031
* <li>Credentials delivered through the Amazon EC2 container service if AWS_CONTAINER_CREDENTIALS_RELATIVE_URI" environment
3132
* variable is set and security manager has permission to access the variable,</li>

0 commit comments

Comments
 (0)