You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.RuntimeException: com.amazonaws.SdkClientException: Unable to load AWS credentials from any provider in the chain: [
...
WebIdentityTokenCredentialsProvider: To use assume role profiles the aws-java-sdk-sts module must be on the class path.
...
]
IRSA uses WebIdentityTokenCredentialsProvider, so probably aws-java-sdk-sts is needed in pom.xml.
The text was updated successfully, but these errors were encountered:
FangjianLu
changed the title
Support for IAM Roles for Service Accounts (IRAS)
Support for IAM Roles for Service Accounts (IRSA)
Jun 29, 2024
I've encountered this when using IRSA
IRSA uses WebIdentityTokenCredentialsProvider, so probably aws-java-sdk-sts is needed in pom.xml.
The text was updated successfully, but these errors were encountered: