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 support for non-public AWS regions (e.g. GovCloud) #156

Merged
merged 3 commits into from
Feb 13, 2020

Conversation

gregorydulin
Copy link

@gregorydulin gregorydulin commented Feb 11, 2020

Adds support for non-public AWS regions (e.g. GovCloud).

Tested against us-gov-west-1 and us-gov-east-1.

Fixes #102

Gregory M. Dulin added 3 commits February 11, 2020 13:40
Fixes venth#102

Ensures AWS STS API calls go to the regional STS endpoint
Otherwise, STS calls go to default region (us-east-1), which doesn't
support US GovCloud regions or regions in Mainland China

	modified:   login.py
	modified:   README.md
@gregorydulin
Copy link
Author

It looks like the Python 3.8-dev test failed during an unrelated pip install.

Copy link
Owner

@venth venth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome 👍 Thanks :)

@venth
Copy link
Owner

venth commented Feb 13, 2020

It looks like the Python 3.8-dev test failed during an unrelated pip install.

I'll into that later on 👍

@venth venth merged commit 9664a72 into venth:master Feb 13, 2020
@venth
Copy link
Owner

venth commented Feb 13, 2020

Release with version: 1.24.1. Once again: thanks guys 👍

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

Successfully merging this pull request may close these issues.

GovCloud Initial Login
2 participants