Skip to content

Releases: nizanrosh/okta-aws-cli

v1.6.3

29 Jan 09:51
0f29d7f
Compare
Choose a tag to compare
  • Fixed a case where users with a single AWS app where not able to generate credentials.

v1.6.2

25 Jan 09:06
836e5b6
Compare
Choose a tag to compare
  • fixed appsettings.json location for windows

v1.6.1

22 Jan 20:19
e5369a3
Compare
Choose a tag to compare
  • Fixed configure command crash when no session.json file exists

v1.6.0

18 Jan 00:00
92a6a8f
Compare
Choose a tag to compare
  • Changed to Cocona open source CLI framework.
  • All CLI commands now have descriptions.
  • Added the option to save selections so CLI will not prompt for them every time.
  • Added session support - No need to authenticate as long as the session is valid.
  • Added session time override - Users can now override the default session time received from AWS using the --session-time / -t flags.
  • Added logout command to log out current user (deletes the session)
  • Changed install paths - CLI will now be installed on a system wide location on all operating systems, this will prevent possible duplications of the CLI

v1.5.1

09 Jan 10:46
48539d1
Compare
Choose a tag to compare
  • Fixed a case where SAML exceptions occurred due to too many requests to Okta - This will be handled better in the upcoming version.

v1.5.0

09 Mar 13:21
0599346
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release
  • Added support for multiple AWS account switching with select command.
  • Fixed dotnet 7.0 compatibility issue.

v1.4.0

19 Feb 14:50
eb52190
Compare
Choose a tag to compare
  • Added support for multiple AWS accounts.

v1.3.2

29 Jan 14:24
575f123
Compare
Choose a tag to compare
  • Fixed incorrect app path on MacOS after updating/reinstalling
  • Fixed new version logged to console when not relevant
  • Slightly improved the total run time of the CLI.

v1.3.1

02 Jan 17:58
dad988e
Compare
Choose a tag to compare
  • Fixed a bug where goodbye text was painted red
  • Fixed a bug where encryption key was not built correctly when it was 32 characters or longer
  • Added some sanity checks to appUrl in order to better distinguish when it should be used

v1.3.0

28 Dec 23:06
c52db11
Compare
Choose a tag to compare
  • Added named AWS roles support - AWS roles will now be aliases instead of long role arn
  • Added select command - auth once and switch between all available profiles as long as they are active.
    attach a specific role to a specific profile with oacli select --profile [NAME]
  • Added reset command - clean user data
  • Passwords are now encrypted