broamski / aws-mfa

Manage AWS MFA Security Credentials
MIT License
1.01k stars 163 forks source link

Added Region setting for AWS STS #52

Open dantetwc opened 4 years ago

dantetwc commented 4 years ago

Standard endpoint for STS doesn't work with ap-east-1 and me-south-1 regions. To successfully get a working token for those regions, the user must also call the region specified STS endpoint.

duckfez commented 4 years ago

This is also (apparently) needed for GovCloud as well.