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 Fog::AWS::STS.Mock#assume_role #316

Merged
merged 4 commits into from
Oct 24, 2016
Merged

Add Fog::AWS::STS.Mock#assume_role #316

merged 4 commits into from
Oct 24, 2016

Conversation

pedrommonteiro
Copy link
Contributor

Add Fog::AWS::STS.Mock#assume_role. The method returns a Excon::Response instance mocking the following fields:

  • Arn
  • AssumedRoleId
  • AccessKeyId
  • SecretAccessKey
  • SessionToken
  • Expiration
  • RequestId

@lanej lanej changed the title Add sts mock Add Fog::AWS::STS.Mock#assume_role Oct 24, 2016
@lanej lanej merged commit 6b6cdbb into fog:master Oct 24, 2016
@lanej
Copy link
Member

lanej commented Oct 24, 2016

Thanks @pedrommonteiro

Note: The response presentation of this endpoint has changed significantly http://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

@geemus
Copy link
Member

geemus commented Oct 24, 2016

Thanks!

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.

3 participants