Skip to content

Releases: remind101/assume-role

0.3.2

12 Jun 17:04
Compare
Choose a tag to compare

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

0.3.1

31 May 16:47
Compare
Choose a tag to compare

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

23 Apr 00:30
839fbe6
Compare
Choose a tag to compare

Improvements

0.2.0

06 Apr 23:04
7370bd4
Compare
Choose a tag to compare

Improvements

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

0.1.3

07 Apr 23:51
Compare
Choose a tag to compare

Bugs

  • Fixes an issue where subsequent evals would not work.

0.1.2

09 Feb 23:54
Compare
Choose a tag to compare

Bugs

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

0.1.1

28 Jan 03:31
Compare
Choose a tag to compare

Features

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

0.1.0

26 Jan 03:24
Compare
Choose a tag to compare

First release of assume-role