Assume Role Versions Save

Easily assume AWS roles in your terminal.

0.3.2

6 years ago

The assume-role command now supports windows! (thanks @yunspace)

0.3.1

6 years ago

Bugs

  • Fixed a regression where the default duration for STS tokens was set to 15 minutes, instead of 1 hour.

Features

  • Added a --duration flag to specify the duration that the STS tokens will be valid for. Defaults to 1 hour.

0.3.0

7 years ago

Improvements

0.2.0

7 years ago

Improvements

  • No longer shells out to the AWS CLI to assume the role.

0.1.3

8 years ago

Bugs

  • Fixes an issue where subsequent evals would not work.

0.1.2

8 years ago

Bugs

  • Fixes an issue where the AWS_* environment variables would not be overridden if they were previously set in your shell.

0.1.1

8 years ago

Features

  • Set AWS_SECURITY_TOKEN so it can be used with older tools that don't use AWS_SESSION_TOKEN.

0.1.0

8 years ago

First release of assume-role