mozilla-iam / mozilla-aws-cli

DEPRECATED. A command line tool to allow users to log into AWS with their federated identity using Single Sign On and obtain ephemeral API keys. This is no longer in use in Mozilla SSO/IAM, as of September 15th, 2023.
Mozilla Public License 2.0
20 stars 8 forks source link

Add support for manually added AWS account aliases #252

Closed gene1wood closed 1 year ago

gene1wood commented 1 year ago

Add support for manually added AWS account aliases Fixes #225

Update python runtime to 3.9 Update GitHub actions python runtime to 3.9 Update tox to include only moto modules needed and to prevent flake8 from scanning the .tox directory Update test to reflect change in moto module name

gene1wood commented 1 year ago

@bkochendorfer Here's the new logic I'm adding, about 6 lines of code.

I've tested this in the dev environment and it works well.