{"id":37070672,"url":"https://github.com/jeffmaley/awsssoreporting","last_synced_at":"2026-01-14T08:15:13.929Z","repository":{"id":188299790,"uuid":"677170829","full_name":"jeffmaley/awsssoreporting","owner":"jeffmaley","description":"Reports on Users/Group, Permission Sets, and Account Assignments","archived":false,"fork":false,"pushed_at":"2024-04-04T17:14:43.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-02T15:47:01.253Z","etag":null,"topics":["audit","aws","cloud-computing","cloud-security","cloud-security-audit","iam","secops","security","security-tools"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeffmaley.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-08-10T23:17:55.000Z","updated_at":"2023-09-21T21:27:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca64fdb8-8853-43d9-b0bf-541b476f83df","html_url":"https://github.com/jeffmaley/awsssoreporting","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"31da06717067ec13278e51900842b4884eea4849"},"previous_names":["jeffmaley/awsssoreporting"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jeffmaley/awsssoreporting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffmaley%2Fawsssoreporting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffmaley%2Fawsssoreporting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffmaley%2Fawsssoreporting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffmaley%2Fawsssoreporting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeffmaley","download_url":"https://codeload.github.com/jeffmaley/awsssoreporting/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeffmaley%2Fawsssoreporting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28413722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["audit","aws","cloud-computing","cloud-security","cloud-security-audit","iam","secops","security","security-tools"],"created_at":"2026-01-14T08:15:13.362Z","updated_at":"2026-01-14T08:15:13.914Z","avatar_url":"https://github.com/jeffmaley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# awsssoreporting.py\n\n## Description\n\nAWS IAM Identity Center (FKA AWS SSO) connects an IdP to an AWS Organization. Identities are granted access (in the form of Permission Sets) to accounts. The combined identity/permission set/account binding is called an *assignment*. It is challenging to use the AWS Console to generate a report of all granted access. This package provides a way of reporting this access to the terminal or a CSV.\n\n## Installation\n\n`python3 -m pip install boto3`\n\n`python3 -m pip install awsssoreporting`\n\n## Usage\n\nBecause this utility uses the AWS IAM Identity Center and Organization APIs, it must be run from the Organization management account.\n\n`export AWS_PROFILE=\u003cyour AWS profile. This must have read access to the sso-admin, identitystore, and organizations API.\u003e`\n\n`export AWS_DEFALT_REGION=\u003cregion AWS Identity Center is configured in\u003e`\n\nawsssoreporting.py \\[-a | -u\\] -c -f myfile.csv -q\n* -a  Report access by AWS account\n* -u  Report access by identity\n* -c  Write the results to a CSV\n* -f  The filename to write the CSV to. Otherwise, the default (aws_sso_reporting-\\\u003cdate\\\u003e.csv) is used\n* -q  Quite mode. No results printed to terminal. The default is False.\n\n### TODO\n* Support more than one AWS Identity Center Instance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffmaley%2Fawsssoreporting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffmaley%2Fawsssoreporting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffmaley%2Fawsssoreporting/lists"}