nccgroup / opinel

Python code shared by Scout2 and AWS-Recipes
GNU General Public License v2.0
24 stars 18 forks source link

Add support for STS ExternalId parameter #10

Closed brandond closed 8 years ago

brandond commented 8 years ago

Adds support for ExternalID parameter, required when calling AssumeRole for cross-account access with ExternalID (essentially an opaque shared secret) specified in the destination account's policy.

l01cd3v commented 8 years ago

Thanks !