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

Add parameter to control setting the region in the .aws/credentials file #88

Closed
David-HH-Dev opened this issue Nov 7, 2023 · 2 comments · Fixed by #94
Closed

Add parameter to control setting the region in the .aws/credentials file #88

David-HH-Dev opened this issue Nov 7, 2023 · 2 comments · Fixed by #94
Assignees
Labels
Milestone

Comments

@David-HH-Dev
Copy link

Hi @victorskl,

I came across the issue reported in #76 because I was wondering why the aws clients are telling me that there is no default region defined in the profile. It has been working before, but then since I updated yawsso I started to have an issue. So actually my request would be the opposite as what is explained in #76. Do you think it would be possible to implement a parameter so that you can define whether you want the region in the credentials file or not? Something like a switch "-r" to tell it to copy the region for example?
yawsso -p dev:foo -r

@victorskl
Copy link
Owner

Okay. Let me see to this.

@victorskl
Copy link
Owner

victorskl commented Mar 3, 2024

The yawsso-1.2.0 out.!

pip install -U yawsso==1.2.0

This works now;

yawsso -p dev:foo -r
yawsso --help
  <...>
  -r, --region          Add region to credentials file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants