2.0.1 • Published 8 months ago

aws-sso-credentials-getter v2.0.1

Weekly downloads
71
License
MIT
Repository
github
Last release
8 months ago

ssocred

SSOcred is a handy cli tool that will grab temporary AWS CLI login credentials from AWS SSO and put them in ~/.aws/credentials

Why though? Tools like terraform are currently unable to handle AWS auth via SSO and rely the access key and secret being in the credentials file.

To install: \ npm install -g aws-sso-credentials-getter or yarn global add aws-sso-credentials-getter

To use: \ ssocred {profile}

To set credentials to a custom profilename: \ ssocred {profile} -c {customProfile}

For instance when you want a default profile: \ ssocred {profile} -c default

You can also set a custom profilename from any current profile that is not expired by running: \ ssocred {existingProfile} -c {customProfile}

To also login to ECR: \ ssocred {profile} -e

Add you can also login to a different ECR region: \ ssocred {profile} -e [region]

2.0.1

8 months ago

2.0.0

8 months ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.2

4 years ago

1.0.0

4 years ago