nccgroup / opinel

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

Fixed incorrect key names in credentials object for AWS MFA STS authentication #37

Open IanRobertson-wpe opened 5 years ago

IanRobertson-wpe commented 5 years ago

The AWS STS logic for MFA was referencing the incorrect key names in the credentials object. This has been corrected and tested.

x4v13r64 commented 5 years ago

@zer0x64 when you have the time could you test this, merge and apply the change to Scout please

ashley-cox-ncc commented 5 years ago

I've tested this with scout2 and it seems to fix the assume role fault.