Skip to content

Releases: physera/onelogin-aws-cli

v1.18

05 Nov 17:52
2f5fbd3
Compare
Choose a tag to compare

Peg version of onelogin.api.client (@markatgrindr, @yasuno0327 )

v1.17

06 Aug 03:35
3abcd14
Compare
Choose a tag to compare

Support Python 3.8+

Multi-region support

02 Nov 04:58
bba7e4b
Compare
Choose a tag to compare

Adds support for multiple AWS regions (#133 & #134)
Improves error messages for invalid tokens (#120)

Add region option

15 Sep 04:21
Compare
Choose a tag to compare

Thanks to @ow-krioles for allowing flexible setting of AWS regions!

Bugfix: `auto_determine_ip_address`

20 Jun 14:42
Compare
Choose a tag to compare

auto_determine_ip_address was accidentally made required in the previous release. This release makes the flag optional.

IP Address Specification

05 Jun 05:28
74aab3b
Compare
Choose a tag to compare
  • The IP address passed to the SAML assertion can now be specified by the user or auto-inferred using ipify.
  • Saved passwords can now be reset.
  • First time config initialization has been fixed.
  • The deprecated renew-seconds option has now been removed.

More config fixes

01 May 17:08
6a1ef5d
Compare
Choose a tag to compare

Lots of minor fixes related to configuration including:

  • You can now preselect a role and mfa device in your config and skip the prompts via the role_arn and otp_device config options.
  • Fix a bug where not specifying username would yield weird behavior.
  • Fix a bug where not specifying the duration on the command line wouldn't work as expected.

Configuration improvements

16 Apr 14:56
Compare
Choose a tag to compare

This release unifies the configuration logic so that most command line parameters can also be set in the config file and/or via an environment variable.

Longer AWS session durations

03 Apr 17:16
902fc5d
Compare
Choose a tag to compare

This release adds a --duration-seconds / -d to increase the lifetime of AWS sessions (per https://aws.amazon.com/about-aws/whats-new/2018/03/longer-role-sessions/). Additionally:

  • Password is now saveable via keychain.
  • Username is specifiable via the config file or an environment variable.
  • The credentials file can be changed via the command line or an environment variable.

Under the hood improvements

15 Mar 03:02
e3488ed
Compare
Choose a tag to compare

Major changes under the hood in preparation for some exciting new features in the next release. Thanks to @drewsonne!