Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

52 lines (38 loc) · 1.55 KB

Changelog

[0.2.1] 2018-02-14

Fixed:

  • Issue where secondary auth would fail when only a single factor is enrolled for the user. (#27)

[0.2.0] 2018-02-11

Added:

  • Ability to store MFA factor choice in ~/.okta-aws. (#3)
  • Flag to output the version.
  • Ability to store AWS Role choice in ~/.okta-aws. (#4)
  • Ability to pass in TOTP token as a command-line argument. (#13)
  • Support for MFA push notifications. Thanks Justin! (#10)
  • Support for caching credentials to use in other sessions. Thanks Justin! (#6, #7)

Fixed:

  • Issue #14. Fixed a bug where okta-awscli wasn't connecting to the STS API endpoint in us-gov-west-1 when trying to obtain credential for GovCloud.
  • Improved sorting in the app list to be more consistent. Thanks Justin!
  • Cleaned up README to improve clarity. Thanks Justin!

[0.1.5] 2017-11-15

Fixed:

  • Issue #8. Another pass at trying to fix the MFA list. Factor chosen was being pulled from list which included unsupported factors.

[0.1.4] 2017-08-27

Added:

  • This CHANGELOG!

Fixed:

  • Issue #1. Bug where MFA factor selected isn't always the one passed to Okta for verification.

[0.1.3] 2017-08-17

Added:

  • Prompts for a username and password if omitted from .okta-aws

Changed:

  • Spelling fix
  • Change --okta_profile flag to be --okta-profile instead.

[0.1.2] 2017-07-25

Added:

  • Support for flag to force new credentials.

Changed

  • Handles no profile provided.
  • Handles no awscli args provided (authenticate only).

[0.1.1] 2017-07-25

  • Initial release. Updated for PyPi.