ruimarinho / gsts

Obtain and store AWS STS credentials to interact with Amazon services by authenticating via G Suite SAML.
MIT License
212 stars 37 forks source link

config-manager: Fix normalization of the parameterKey parsed from aws config #114

Open kalbasit opened 1 week ago

kalbasit commented 1 week ago

I was debugging why I was not able to get gsts to parse the region from ~/.aws/config even though the profile is set correctly, and that forced me to have to explicitly specify --aws-region to the gsts command in ~/.aws/config. With this change, it's now able to correctly parse the region from the AWS config.