Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,14 @@
</exclusions>
</dependency>

<!-- Required for IRSA (IAM Roles for Service Accounts) in EKS environments.
Without this, DefaultCredentialsProvider cannot perform AssumeRoleWithWebIdentity
and falls back to EC2 instance metadata (node role). -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.33.5</version>
</dependency>

</dependencies>
</project>
Loading