devops-israel / aws-inventory

AWS Inventory in a single HTML file using JS AWS-SDK & Bootstrap
MIT License
388 stars 121 forks source link

Allow to use temporary credentials #13

Closed kesor closed 6 years ago

kesor commented 6 years ago

From https://www.reddit.com/r/aws/comments/7uk3bc/aws_inventory_on_a_single_html_page/dtvvzg7/

Right now the SessionToken returned from aws sts assume-role cannot be used to pass credentials. Possibly change the rightmost assume role button to say advanced and the form would include an input for the SessionToken and the fields for assume role as they exist there now under two different headings.

kesor commented 6 years ago

Implemented in #16