Skip to content

Releases: Rukenshia/saml2aws-auto

1.13.3: Dependency updates

26 Aug 06:13
6bcf4df
Compare
Choose a tag to compare

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

17 Jun 13:33
ab4d71c
Compare
Choose a tag to compare

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

31 May 06:40
09bcf26
Compare
Choose a tag to compare

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

09 Mar 22:50
0c3b71c
Compare
Choose a tag to compare

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

09 Mar 19:31
4a6f1dd
Compare
Choose a tag to compare

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

10 Jun 12:49
4303450
Compare
Choose a tag to compare

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

13 May 08:37
1720ebf
Compare
Choose a tag to compare

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

13 May 07:49
1f1ead2
Compare
Choose a tag to compare

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

03 Nov 16:03
a978f31
Compare
Choose a tag to compare

This release adds support for the SourceIdentity SAML attribute.

1.10.1: Fix parsing when having multiple roles in an account

10 Sep 06:23
2557793
Compare
Choose a tag to compare

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.