-
Notifications
You must be signed in to change notification settings - Fork 61
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
Default / override region is not added to the config #481
Comments
Sadly, different AWS SDK's use different ENV variables, because why have 1 standard when 2 will do? |
It doesn't seem to work either way. With config as above, I run:
And there's no |
I guess I'm saying the equivalent to |
Uh, the command is |
|
Correct. |
If the user has set `DefaultRegion` in the `~/.aws-sso/config.yaml` file, then that will be set in the `~/.aws/config` file as the `region` option for the profile. Fixes: #481
Output of
aws-sso version
:Describe the bug:
The configuration for the default region does not seem to be applied to the aws config.
To Reproduce:
Current config:
Config generated with
aws-sso config-profiles
does not include the default region settings.aws-vault exec ... -- aws ec2
complains about missingAWS_REGION
.Expected behavior:
Expected the
region = ...
setting to be added to my generated.aws/config.yaml
file.Desktop (please complete the following information):
Additional context:
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: