Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Awsume does not export the AWS region variables based on a profile #247

Open
hauboldj opened this issue Jan 8, 2024 · 0 comments
Open
Assignees
Labels

Comments

@hauboldj
Copy link
Contributor

hauboldj commented Jan 8, 2024

In my ~/.aws/config file I have something like this

[profile someAccount-somerole]
region = us-west-2
role_arn = arn:aws:iam::123412341234:role/someRole
mfa_serial = arn:aws:iam::432143214321:mfa/jhaubold
source_profile = iam-jhaubold

When I awsume this profile the AWS_REGION and AWS_DEFAULT_REGION variables are set to us-east-1 not us-west-2 as expected. I say as expected because this was the previous behavior of awsume.

@hauboldj hauboldj added the bug label Jan 8, 2024
@lhendrick-t10 lhendrick-t10 self-assigned this Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants