Skip to content

Releases: benkehoe/aws-sso-util

CLI v4.33

02 Jun 15:03
Compare
Choose a tag to compare
  • Update to jsonschema major version 4 for issue #117.

CLI v4.32

19 Jul 20:22
Compare
Choose a tag to compare
  • Update to PyYAML 6.0.1 for Cython issue (see yaml/pyyaml#601) (#104).
  • Update login text to match AWS CLI, provide inputs for custom login text to use verificationUriComplete (#92).
  • Error handling for missing expiration in cached token.

lib v1.14

27 Jan 00:57
Compare
Choose a tag to compare
  • Add exclude_inactive_accts parameter to lookup_accounts_for_ou() (#80 via #81).

CLI v4.31

27 Jan 00:58
Compare
Choose a tag to compare
  • CloudFormation functionality now excludes suspended accounts from OU traversal (#80 via #81).
  • Upgrade to click 8 (#85).

lib v1.13

03 Nov 00:25
Compare
Choose a tag to compare
  • login() adds receivedAt timestamp to token dict.

CLI v4.30

03 Nov 00:28
Compare
Choose a tag to compare
  • aws-sso-util login adds receivedAt time to token cache entry.
  • Improved aws-sso-util check feedback.
    • Displays receivedAt time for token if present.
    • Validates apparently-valid cached token by attempting to list one page of available accounts.
  • Add --check-profile option to aws-sso-util check for pulling configuration from a profile.

lib v1.12

13 Sep 01:42
Compare
Choose a tag to compare
  • Remove support for Python 3.6 (removed in boto3).
  • Fix get_credentials() for botocore change.

CLI v4.29

13 Sep 01:43
Compare
Choose a tag to compare
  • Remove support for Python 3.6 (removed in boto3).
  • Fix aws-sso-credential-process for botocore change.

lib v1.11

07 Apr 13:48
Compare
Choose a tag to compare
  • Improvements to SSOTokenFetcher to support better aws-sso-util check functionality.
  • Fixed type annotations.

CLI v4.28

07 Apr 13:49
Compare
Choose a tag to compare
  • Log normal output to stdout (#54).
  • Fix short region names for GovCloud in aws-sso-util configure populate and aws-sso-util configure profile (#55).
  • Update aws-sso-util login to use --force-refresh for consistency with other commands (--force still works).
  • aws-sso-util check now provides more information about the token cache.