Tags: nordcloud/assume-role-arn
Tags
Bump github.com/aws/aws-sdk-go from 1.33.12 to 1.35.19 (#41) Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.12 to 1.35.19. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md) - [Commits](aws/aws-sdk-go@v1.33.12...v1.35.19) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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
PreviousNext