assume-role-cli icon indicating copy to clipboard operation
assume-role-cli copied to clipboard

CLI for AssumeRole is a tool for running programs with temporary credentials from AWS's AssumeRole API.

Results 12 assume-role-cli issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20191008105621-543471e840be to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20191008105621-543471e840be&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20191002192127-34f69633bfdc to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/crypto&package-manager=go_modules&previous-version=0.0.0-20191002192127-34f69633bfdc&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20191007182048-72f939374954 to 0.7.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/net&package-manager=go_modules&previous-version=0.0.0-20191007182048-72f939374954&new-version=0.7.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.25.8 to 1.34.0. Changelog Sourced from github.com/aws/aws-sdk-go's changelog. Release v1.34.0 (2020-08-07) Service Client Updates service/glue: Updates service API and documentation AWS Glue now adds support for Network...

dependencies

There is a bug with this cli when running on **Windows**, the `assume-role.exe` command will start an infinite loop and get stuck, the total memory use will reach 99%. So...

I'm from FOSSA and I'm working with the Uber OSPO to automate license scanning. In addition to the changes in this PR, we may also need to add an API...

Previously, we were opening stdin for reading the MFA code. However, this causes an issue when we want to use stdin for something else, e.g. as a git helper (see...

This adds a `--version` flag to assume-role so you can see which version you're running.

This automatically creates a release when pushing a tag, using Goreleaser and GitHub Actions.

This fixes an issue where AWS CLI tools throw the error: ``` The source_profile "" referenced in the profile "foo" does not exist ``` This is caused when assume-role explicitly...