.gitignore
.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
Makefile
README.md
config.yaml.inc
pytest.ini
setup.cfg
setup.py
tox.ini
cloudformation/Makefile
cloudformation/deploy.sh
cloudformation/tox.ini
cloudformation/group_role_map_builder/__init__.py
cloudformation/group_role_map_builder/group_role_map_builder.yaml
cloudformation/group_role_map_builder/requirements.txt
cloudformation/group_role_map_builder/functions/__init__.py
cloudformation/group_role_map_builder/functions/group_role_map_builder.py
cloudformation/group_role_map_builder/tests/__init__.py
cloudformation/group_role_map_builder/tests/test_build_group_role_map.py
cloudformation/group_role_map_builder/tests/test_compare_group_arn_maps.py
cloudformation/group_role_map_builder/tests/test_get_groups_from_policy.py
cloudformation/group_role_map_builder/tests/test_get_secuity_audit_role_arns.py
cloudformation/group_role_map_builder/tests/policies/invalid_not_json.json
cloudformation/group_role_map_builder/tests/policies/invalid_stringequals_multiple_groups_with_glob.json
cloudformation/group_role_map_builder/tests/policies/invalid_stringequals_one_group_with_glob.json
cloudformation/group_role_map_builder/tests/policies/invalid_stringequals_one_group_with_question_mark.json
cloudformation/group_role_map_builder/tests/policies/multiple_groups_stringlike.json
cloudformation/group_role_map_builder/tests/policies/no_conditions.json
cloudformation/group_role_map_builder/tests/policies/one_group_stringequals.json
cloudformation/group_role_map_builder/tests/policies/one_group_stringlike.json
cloudformation/group_role_map_builder/tests/policies/unknown_amr.json
cloudformation/group_role_map_builder/tests/policies/unknown_arn.json
cloudformation/group_role_map_builder/tests/policies/unsupported_too_many_conditions.json
cloudformation/idtoken_for_roles/idtoken_for_roles.yaml
cloudformation/idtoken_for_roles/requirements.txt
cloudformation/idtoken_for_roles/functions/__init__.py
cloudformation/idtoken_for_roles/functions/idtoken_for_roles.py
cloudformation/idtoken_for_roles/tests/__init__.py
docs/img/sequence.md
docs/img/sequence.png
mozilla_aws_cli/.editorconfig
mozilla_aws_cli/.gitignore
mozilla_aws_cli/__init__.py
mozilla_aws_cli/cache.py
mozilla_aws_cli/cli.py
mozilla_aws_cli/config.py
mozilla_aws_cli/listener.py
mozilla_aws_cli/login.py
mozilla_aws_cli/role_picker.py
mozilla_aws_cli/sts_conn.py
mozilla_aws_cli/utils.py
mozilla_aws_cli.egg-info/PKG-INFO
mozilla_aws_cli.egg-info/SOURCES.txt
mozilla_aws_cli.egg-info/dependency_links.txt
mozilla_aws_cli.egg-info/entry_points.txt
mozilla_aws_cli.egg-info/not-zip-safe
mozilla_aws_cli.egg-info/requires.txt
mozilla_aws_cli.egg-info/top_level.txt
mozilla_aws_cli/static/index.css
mozilla_aws_cli/static/index.html
mozilla_aws_cli/static/index.js
mozilla_aws_cli/static/fonts/open-sans-v17-latin_latin-ext-700.woff
mozilla_aws_cli/static/fonts/open-sans-v17-latin_latin-ext-700.woff2
mozilla_aws_cli/static/fonts/open-sans-v17-latin_latin-ext-regular.woff
mozilla_aws_cli/static/fonts/open-sans-v17-latin_latin-ext-regular.woff2
mozilla_aws_cli/static/fonts/zilla-slab-v4-latin_latin-ext-700.woff
mozilla_aws_cli/static/fonts/zilla-slab-v4-latin_latin-ext-700.woff2
mozilla_aws_cli/static/fonts/zilla-slab-v4-latin_latin-ext-regular.woff
mozilla_aws_cli/static/fonts/zilla-slab-v4-latin_latin-ext-regular.woff2
mozilla_aws_cli/static/js/handlebars-v4.4.3.js
mozilla_aws_cli/static/js/jquery-3.4.1.min.js
tests/auth0.py
tests/test_federated_aws_cli.py
tests/test_sts_conn.py