Releases: nordcloud/assume-role-arn
Releases · nordcloud/assume-role-arn
v0.3.13
v0.3.12
v0.3.11
v0.3.10
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.5
Store creds origin (#14) * Store credentials origin in environment vars. Store three additional environment variables that hold information about credentials origin. At first, it might seem redundant but it will be useful for scripts that add data to terminal prompts (powerlevel9k, p10k etc.). Command aws sts get-caller-credentials already can return credentials origin, but it could be undesirable to do HTTP calls just for the prompt purposes. * Example usage of credentials origin variables. * Reformat README.md
v0.3.4
Added
- Added command-line switch to show version number and build revision.
- Added handler to detect and short circuit expired credentials.
- Added option to completely skip the caching of credentials.
Changed
- Changed to raise fatal error when user intends to use cache but it was not possible.