assume-role-arn
assume-role-arn copied to clipboard
🤖🎩assume-role-arn allows you to easily assume an AWS IAM role in your CI/CD pipelines, without worrying about external dependencies.
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.30 to 1.44.86. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.86 (2022-08-26) Service Client Updates service/rds: Updates service API, documentation, waiters, paginators, and examples Removes support for...
Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.62.0 to 1.67.0. Release notes Sourced from gopkg.in/ini.v1's releases. 1.67.0 What's Changed ini: allow changing the default section name by @jade-clarke in go-ini/ini#319 New Contributors @jade-clarke made...
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.8.1 to 1.9.0. Commits f8bf765 Merge pull request #1343 from sirupsen/dbd-upd-dep ebc9029 update dependencies 56c843c Merge pull request #1337 from izhakmo/fix-cve 41b4ee6 update gopkg.in/yaml.v3 to v3.0.1 f98ed3e...
```FATA[0005] failed to assume role error=“NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors”``` Newer AWS SDK versions address this issue, PR #129 would fix it
It reads wrong MFA serial
When downloading the binary from releases and using it according to the guide I'm getting the following error: ```sh xxx@xxx ~> eval $(assume-role-arn -profile xxx -verbose) /usr/local/bin/assume-role-arn: line 1: syntax...
After GH Actions switch (depends on #52) we can sign a binary for MacOS with company's certificate.
Travis is making some unclear moves regarding open-source projects, let's switch to GitHub Actions. Remember about TRAVIS_TAG in Makefile that needs to be replaced.
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.37.30 to 1.44.121. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.121 (2022-10-21) Service Client Updates service/cognito-idp: Updates service API and documentation service/s3: Updates service examples S3 on...
- Added golang.org/x/sys to dependencies to build on go 1.18+ on arm64 - Changed Makefile - Changed Travis Fixes #87