Skip to content

Conversation

@mchristopher
Copy link
Member

This PR modifies the AWS SDK client to support optionally assuming a specified role. The current iteration assumes that a role will always need to be assumed, which is not always the case.

Also, the current code looks for AWS_ROLE_ARN, which is a reserved environment variable name by EKS, so this PR modifies it to AWS_ASSUME_ROLE_ARN so it is clear what the intention is when someone uses the value.

pedronauck
pedronauck previously approved these changes Apr 16, 2025
@mchristopher mchristopher changed the title feat: Optional AWS assumable role feat(repo) Optional AWS assumable role Apr 16, 2025
@mchristopher mchristopher changed the title feat(repo) Optional AWS assumable role feat(repo): Optional AWS assumable role Apr 16, 2025
@mchristopher mchristopher requested a review from pedronauck April 16, 2025 20:34
@pedronauck pedronauck merged commit 95a81b3 into main Apr 17, 2025
36 checks passed
@pedronauck pedronauck deleted the aws-assumeable-role branch April 17, 2025 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants