Skip to content

Releases: onelogin/onelogin-aws-cli-assume-role

onelogin-aws-assume-role-1.2.2

18 Oct 20:28
d012a30
Compare
Choose a tag to compare
  • Sort roles by name before presenting to user

onelogin-aws-assume-role-1.2.1

09 Jun 21:18
ad78918
Compare
Choose a tag to compare
  • Fixed build problem that caused it to ignore the onelogin.sdk.properties file sitting next to the jar when run from the command line.

onelogin-aws-assume-role-1.2.0

06 Jun 17:37
9950698
Compare
Choose a tag to compare
  • Fixes issues with loop failing when using MFA (Users will probably have to re-enter otp)
  • Update to latest OneLogin Java SDK (2.0.2)
  • Allow using the OneLogin SAML2 APIs so that IP white listing can take effect (--saml-api-version to set between version 1 and 2)
  • Allow setting the IP address used for the SAML assertion via argument (--ip to set the value)

onelogin-aws-assume-role-1.1.3

01 Feb 16:23
Compare
Choose a tag to compare
  • Update to use Java 8.
  • Update dependencies
  • Add support for reading API creds from command args. Fix validation of aws-account-id and aws-role-name args.
  • Fix bug when IdP does not return a role
  • Set by default minimum session duration to 900 (instead 3200)
  • Filter Role Selection if aws-account-id is set

onelogin-aws-assume-role-1.1.2

22 Feb 18:57
Compare
Choose a tag to compare
  • Support durationSeconds on AssumeRoleWithSAMLRequest
  • Add aws-account-id and aws-role-name parameters
  • Add password CLI option
  • Update onelogin-java-sdk dependency to 1.3.2. Fix slf4j warning by defining slf4j-nop artifact