All notable changes to this project will be documented in this file.
- Supported new option
--browser-autofill|-b
to enable browser-autofill in saml2aws
- Test with Python 3.12.
- No longer test with Python 3.8 and Python 3.9.
- Replaced
PyInquirer
with InquirerPy - #20 - Updated to use and support major version updates of
flake8
andtox
. - Test with Python 3.11.
- No longer test with Python 3.7.
- Updated
awslogin chained
to support option--from-profile|-p
for showing chained roles from the ~/.aws/config for the given profile (specified withfrom-profile|-p
).
- Support parsing info of AWS account that does not have account alias when calling
saml2aws list-roles
.
- Renamed
--keyword|-k
to--pre-select|-s
. - Supported new option
--shortlisted|-l
to show the list of roles having profile name matching the given keyword(s).
- Supported new commands
chained
andwhoami
. - Fixed loading previously selected role no longer exists.
- Initial version of saml2awsmulti.