Skip to content

Releases: synfinatic/aws-sso-cli

v1.8.0

01 May 01:16
be3ee7b
Compare
Choose a tag to compare

Overview

This release adds support for multiple active AWS Console sessions when using Firefox and the
Open URL in Container plugin. For more details on this feature, see the docs.

Fixed a number of small bugs and increased unit test coverage to over 75%.

What's Changed

Full Changelog: v1.7.5...v1.8.0

v1.7.5

29 Mar 12:04
32a73fa
Compare
Choose a tag to compare

Overview

Bug Fixes

  • No longer generate errors for empty History tag in cache #305
  • No longer print the federated console url on errors by default #314
  • Fully delete items from the keyring #320
  • Fixed error when tried to save more than 2.5Kbytes in wincred #308

New Features

  • Add support for --url-action printurl and exec #303
  • list command now prints how long until the AWS SSO session expires #313

Changes

  • Add additional unit tests
  • Document how using $AWS_PROFILE with AWS SSO CLI auto-refreshes credentials #270

What's Changed

New Contributors

Full Changelog: v1.7.4...v1.7.5

v1.7.4 - Maintenance / bug fixes

26 Feb 03:39
465eaaf
Compare
Choose a tag to compare

Overvew

This is a maintenance / bug fix release intended to improve the stability of AWS SSO CLI.

See the Changelog for more details.

What's Changed

Full Changelog: v1.7.3...v1.7.4

v1.7.3 - Fix `process` command

10 Feb 16:20
9520f70
Compare
Choose a tag to compare

Overview

Fixes a bug processing CLI arguments which broke the process command

What's Changed

New Contributors

Full Changelog: v1.7.2...v1.7.3

v1.7.2 - Support specifying roles via --profile and fix SSO Access Token issue

05 Feb 18:58
f589777
Compare
Choose a tag to compare

Overview

  • Users can now select a role to assume by specifying the profile name via --profile or -p
  • console -p is now console -P to force prompting
  • Fix issue where SSO Access Tokens were expiring before their expire time and aws-sso was unable to continue. We now automatically detect this error and force a re-authentication.
  • Update to AWS Go SDK v2

What's Changed

Full Changelog: v1.7.1...v1.7.2

v1.7.1 - Fix lots of bugs and small feature enhancements

16 Jan 23:30
13a896d
Compare
Choose a tag to compare

Overview

Bug Fixes

  • AWS_SSO env var is now set with the eval and exec command #251
  • Fix broken auto-complete for non-Default AWS SSO instances #249
  • Fix incorrect AWS_SSO_SESSION_EXPIRATION values #250
  • Remove old config settings that no longer exist #254
  • cache command no longer flushes the Expires field for role credentials
    or the role History
  • Auto-guided setup now loads the config so the user defined command is
    successful #260
  • default list command will now refresh the cache if necessary

Changes

  • flush now flushes the STS IAM Role credentials first by default #236
  • Guided setup now uses the hostname or FQDN instead of full URL for the SSO StartURL #258

New Features

  • Add a lot more ProfileFormat functions via sprig #244
  • flush command gives users more control over what is flushed
  • Add documentation for SourceIdentity for AssumeRole operations
  • Add EnvVarTags config file option #134

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

09 Jan 19:47
c3a5f41
Compare
Choose a tag to compare

Overview

  • Add support for access AWS SSO roles by setting AWS_PROFILE environment variable, by updating the ~/.aws/config file via the config command
  • Users can now provide custom profile names on a per-role basis using the Profile config option
  • Improvements in opening URLs to make it easier to use and reliable
  • console command now supports non-AWS SSO roles (can use it with AWS API Keys, etc)
  • Lots of documentation improvements

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1 - Improve multi-AWS SSO Instance support

31 Dec 23:12
55a5d8e
Compare
Choose a tag to compare

Overview

This release includes a number of important fixes for users with multiple AWS SSO Instances, detects role chain loops and adds support for chained roles to be found through their Via tag.

Additionally, the AccountAlias tag is no longer copied to the AccountName tag and fewer logs should be visible at the warn level.

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0 - Add role chaining support

24 Dec 20:03
613608c
Compare
Choose a tag to compare

Overview

Two major changes:

  1. Add role chaining support for roles which can not be assumed directly via AWS SSO
  2. Fix a stupid bug where the parsing/generation code for AWS Role ARNs was missing a colon. Will now properly parse ARNs passed to the -a flag

What's Changed

Full Changelog: v1.5.1...v1.6.0

Improve guided setup

16 Dec 05:55
7923205
Compare
Choose a tag to compare

Overview

Mostly a bug fix release for various issues during guided setup during first run. Guided setup now also prompts for HistoryLimit and HistoryMinutes

What's Changed

Full Changelog: v1.5.0...v1.5.1