Skip to content

Releases: nizanrosh/okta-aws-cli

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

v1.2.1

31 Aug 10:49
3578ff7
Compare
Choose a tag to compare
  • Fixed oacli shortcut not working for mac users.

v1.2.0

12 Jul 09:13
0f73abe
Compare
Choose a tag to compare
  • CLI can now also be executed using the command oacli
  • Added whoami CLI command

v1.1.1

05 Jun 18:50
1be1744
Compare
Choose a tag to compare
  • Fixed macOS incorrect handling

v1.1.0

11 May 18:28
e1c827e
Compare
Choose a tag to compare
  • Changed CLI output to spinners instead of logging
  • Added --debug flag to get logging when relevant
  • CLI will now alert when there is a new version
  • Added support for SMS MFA

v1.0.3

26 Apr 11:03
5a01a10
Compare
Choose a tag to compare
  • Fixed version logging while using --version command

v1.0.2

24 Mar 11:47
f7ac10e
Compare
Choose a tag to compare
  • Session time for the generated token is now taken from the SAML assertion.
  • Fixed incorrect sanity check for strings which caused AWS creds to be created under a profile named 'null'

v1.0.1

17 Feb 19:28
660a810
Compare
Choose a tag to compare
  • Fixed a bug where installer was not adding the application to Window's path correctly.
  • Decoupled Okta authentication and session extraction

v1.0.0

11 Feb 15:02
3cd4d3e
Compare
Choose a tag to compare
  • First stable release