Releases: Rukenshia/saml2aws-auto
1.13.3: Dependency updates
What's Changed
No changes to the functionality.
- Updated most dependencies to their latest versions
- Fixed some compiler warnings
- Small code improvements
Full Changelog: 1.13.2...1.13.3
1.13.2: Skip refresh if all groups are valid
Now, all groups will be checked for valid credentials before asking for any other user input, making it easier to run saml2aws-auto
in automation
1.13.1: Bugfix for MFA Configuration
This release fixes the previously introduced feature for mfa device configuration. When running saml2aws-auto configure
, you were not allowed to leave the MFA device field empty. This is now fixed.
1.13.0: Refresh multiple groups
You can now use saml2aws-auto refresh
to refresh multiple groups at once:
saml2aws-auto refresh group1 group2
1.12.0: Multi-MFA Device Support
This release adds support for saml2aws-auto to configure a MFA device to use. If you use multiple MFA devices in Keycloak, you can run saml2aws-auto configure
to set the name of the MFA device.
If notdevice with the name you configured is found, the default option will be used.
1.11.0: Cleaner "refresh" Output
This release is mainly to update dependencies, but it also includes a cleaner output for the saml2aws-auto refresh
command, which will now display all accounts in a table.
1.10.4: Fix --config long form
This is a fix for the previous release, where only the shorthand of the
new --config
flag, -c
, worked.
1.10.3: Support for multiple configs
1.10.3 brings a new --config
flag that allows you to provide a separate location to your default ~/.saml2aws-auto.yml
config file.
1.10.2: Support for SourceIdentity
This release adds support for the SourceIdentity
SAML attribute.
1.10.1: Fix parsing when having multiple roles in an account
Previously, only the first role assigned to you would be parsed and
returned when trying to add accounts to a group. Now, all roles
associated with an account that you have access to will be parsed.