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

Allow the IAM constructor to accept a region #102

Merged
merged 2 commits into from
May 1, 2015
Merged

Allow the IAM constructor to accept a region #102

merged 2 commits into from
May 1, 2015

Conversation

benbalter
Copy link
Contributor

This should improve support for GovCloud, which requires requests to be scoped to its own region.

Fixes #100.

geemus added a commit that referenced this pull request May 1, 2015
Allow the IAM constructor to accept a region
@geemus geemus merged commit 4d7ab74 into fog:master May 1, 2015
@geemus
Copy link
Member

geemus commented May 1, 2015

Thanks!

@benbalter benbalter deleted the iam-govcloud branch May 1, 2015 20:02
jtopper added a commit to scalefactory/build-cloud that referenced this pull request May 18, 2015
As of fog/fog-aws#102 Fog uses the region
argument to the IAM constructor, but this causes requests to blow up.
IAM is regionless, essentially, so doesn't need that.

Also moved instance profile creation outside of the policies loop so we
can properly support multiple policies per profile.
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.

IAM authentication not compatible with GovCloud
2 participants