Commit Graph

10 Commits (cba9d3d2ec61cd4aef0fd71fe9d72eb4e11acacd)

Author SHA1 Message Date
Joshua Carp 1f8c2e4c69 Parse AWS partition from ARN.
10 years ago
James Nugent e3ccb51168 provider/aws: Add assume_role block to provider
10 years ago
Ian Duffy 767914bbdc [GH-1275] Support for AWS access via IAMs AssumeRole functionality
10 years ago
Radek Simko e251d5c7bd Merge pull request #8114 from TimeIncOSS/f-aws-skip-options
10 years ago
James Nugent 21d1ac41fa Merge branch 'd-update-aws-sdk'
10 years ago
Radek Simko 2073e80c66
aws/config: Shortened conditions [cleanup]
10 years ago
Renier Morales c2bcb5fbe5 Skip IAM/STS validation and metadata check (#7874)
10 years ago
James Nugent 6ddb8f5975 provider/aws: session.New -> session.NewSession()
10 years ago
Kraig Amador a23bcf2ec9 Added accountid to AWSClient and set it early in the initialization phase. We use iam.GetUser(nil) scattered around to get the account id, but this isn't the most reliable method. GetAccountId now uses one more method (sts:GetCallerIdentity) to get the account id, this works with federated users.
10 years ago
Colin Hebert f1f602cdf6 aws: Enable account ID check for assumed roles + EC2 instances
10 years ago