aws-sso-creds-helper

AWS SSO Credential helper for AWS SDK

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
aws-sso-creds-helper
5501.12.06 months ago4 years agoMinified + gzip package size for aws-sso-creds-helper in KB

Readme

AWS SSO Credentials Helper
!IMPORTANT This repository is now archived due to new functionality being added to the AWS CLI.
Please update your CLI to the latest version and use aws sso login --profile <profile_name>
Additional details are available here.

!npm packagenpm-imgnpm-url !Build Statusbuild-imgbuild-url !Downloadsdownloads-imgdownloads-url !Issuesissues-imgissues-url !Code Coveragecodecov-imgcodecov-url !Commitizen Friendlycommitizen-imgcommitizen-url !Semantic Releasesemantic-release-imgsemantic-release-url
When using aws sso login on AWS CLI v2 as of July 27th, 2020, the credentials are stored so they will work with the CLI itself (v2) but don't work on the AWS SDKs and other tools that expect credentials to be readable from ~/.aws/credentials (v1).
This package aims to streamline updating the AWS credentials file for AWS SSO¹ users by updating/creating the corresponding profile section in ~/.aws/credentials with temporary role credentials. Once a solution is implemented in AWS CLI v2, this repo will be archived.
¹Renamed to IAM Identity Center as of July 26th, 2022.
Note
As of December 2022, profiles configured with an SSO Session Name using the AWS CLI v2.8.2 or later have added functionality for the AWS SDKs to use SSO credentials without them being present in the ~/.aws/credentials file.
This project will continue to be maintained and currently supports both legacy and new profile formats, since I'm currently not aware if all third party AWS tools have made changes required adopted this change.
See SSO token provider configuration with automatic authentication refreshcli-auto-refresh-doc for additional details.

Install

npm install -g aws-sso-creds-helper

Usage

Note: If you have not configured your AWS CLI to use SSO for your profile, follow the
instructions herecli-sso-config-doc.
Usage: ssocreds [options]

Options:
  -V, --version            output the version number
  -p, --profile <profile>  profile to use for obtaining sso credentials (default: "default")
  -d, --debug              enables verbose logging (default: false)
  -v, --verbose            enables verbose logging (default: false)
  -u, --use-proxy          flag for the aws sdk to use HTTPS_PROXY found in env (default: false)
  -h, --help               display help for command

Example:
$ ssocreds -p my-profile

or create an alias in your shell containing
alias awsmyprofile="ssocreds -p my-profile"

or combine with a profile switching script if you use multiple profiles to switch profiles and then grab the credentials in one command
alias awsmyprofile="awsp my-profile && ssocreds -p my-profile"

Contributors ✨

All Contributors
Thanks goes to these wonderful people (emoji key):
<tr>
  <td align="center"><a href="https://ryansonshine.com"><img src="https://avatars.githubusercontent.com/u/9534477?v=4?s=100" width="100px;" alt="Ryan Sonshine"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/commits?author=ryansonshine" title="Code">💻</a></td>
  <td align="center"><a href="https://blog.stobias.dev/"><img src="https://avatars.githubusercontent.com/u/590677?v=4?s=100" width="100px;" alt="Steven Tobias"/><br /><sub><b>Steven Tobias</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/commits?author=stobias123" title="Code">💻</a></td>
  <td align="center"><a href="https://github.com/sclarson"><img src="https://avatars.githubusercontent.com/u/393467?v=4?s=100" width="100px;" alt="sclarson"/><br /><sub><b>sclarson</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/commits?author=sclarson" title="Code">💻</a></td>
  <td align="center"><a href="https://github.com/colesiegel"><img src="https://avatars.githubusercontent.com/u/14875904?v=4?s=100" width="100px;" alt="Cole Siegel"/><br /><sub><b>Cole Siegel</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/issues?q=author%3Acolesiegel" title="Bug reports">🐛</a></td>
  <td align="center"><a href="https://github.com/rutomo"><img src="https://avatars.githubusercontent.com/u/1312306?v=4?s=100" width="100px;" alt="Rinaldi Utomo"/><br /><sub><b>Rinaldi Utomo</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/issues?q=author%3Arutomo" title="Bug reports">🐛</a></td>
  <td align="center"><a href="https://github.com/diogobaltazar"><img src="https://avatars.githubusercontent.com/u/15616889?v=4?s=100" width="100px;" alt="diogo"/><br /><sub><b>diogo</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/issues?q=author%3Adiogobaltazar" title="Bug reports">🐛</a></td>
  <td align="center"><a href="https://github.com/chill389cc"><img src="https://avatars.githubusercontent.com/u/16962685?v=4?s=100" width="100px;" alt="Caleb Hill"/><br /><sub><b>Caleb Hill</b></sub></a><br /><a href="https://github.com/ryansonshine/aws-sso-creds-helper/issues?q=author%3Achill389cc" title="Bug reports">🐛</a></td>
</tr>



This project follows the all-contributors specification. Contributions of any kind welcome!