fargatecli icon indicating copy to clipboard operation
fargatecli copied to clipboard

CLI should support roles and MFA

Open jpignata opened this issue 7 years ago • 2 comments
trafficstars

See this post for implementation details.

jpignata avatar Jan 24 '18 03:01 jpignata

This may take a little doing to add as the golang SDK doesn't cache credentials meaning a user would have to provide his or her MFA code for each command. We'd want to add a cache first so that users would only have to supply the MFA code once every 8 or so hours.

jpignata avatar Jan 24 '18 04:01 jpignata

Is this really necessary? We're using aws-vault to achieve the same result. Fwiw, it's in go, so if you need a reference implementation - there you have it! =)

osterman avatar Oct 05 '18 02:10 osterman