Releases: onelogin/onelogin-aws-cli-assume-role
Releases · onelogin/onelogin-aws-cli-assume-role
onelogin-aws-assume-role-1.2.2
- Sort roles by name before presenting to user
onelogin-aws-assume-role-1.2.1
- 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
- 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
- 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
- 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