Releases: remind101/assume-role
Releases · remind101/assume-role
0.3.2
The assume-role
command now supports windows! (thanks @yunspace)
0.3.1
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.2.0
Improvements
- No longer shells out to the AWS CLI to assume the role.
0.1.3
Bugs
- Fixes an issue where subsequent evals would not work.
0.1.2
Bugs
- Fixes an issue where the
AWS_*
environment variables would not be overridden if they were previously set in your shell.
0.1.1
Features
- Set
AWS_SECURITY_TOKEN
so it can be used with older tools that don't use AWS_SESSION_TOKEN
.
0.1.0
First release of assume-role