{"id":13562099,"url":"https://github.com/Ladicle/kubectl-rolesum","last_synced_at":"2025-04-03T18:32:23.695Z","repository":{"id":37756428,"uuid":"186439829","full_name":"Ladicle/kubectl-rolesum","owner":"Ladicle","description":"Summarize Kubernetes RBAC roles for the specified subjects.","archived":false,"fork":false,"pushed_at":"2024-04-19T02:43:08.000Z","size":7313,"stargazers_count":298,"open_issues_count":1,"forks_count":21,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-05-18T17:48:47.237Z","etag":null,"topics":["hacktoberfest","krew","kubectl-plugin","kubernetes","podsecuritypolicies","rbac"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Ladicle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"publiccode":null,"codemeta":null},"funding":{"github":["Ladicle"]}},"created_at":"2019-05-13T14:48:58.000Z","updated_at":"2024-06-18T21:30:33.441Z","dependencies_parsed_at":"2024-06-18T21:30:28.002Z","dependency_job_id":"0b743fc8-3396-409a-b75e-833bfe758f15","html_url":"https://github.com/Ladicle/kubectl-rolesum","commit_stats":null,"previous_names":["ladicle/kubectl-bindrole"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-rolesum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-rolesum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-rolesum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ladicle%2Fkubectl-rolesum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ladicle","download_url":"https://codeload.github.com/Ladicle/kubectl-rolesum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247056799,"owners_count":20876463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["hacktoberfest","krew","kubectl-plugin","kubernetes","podsecuritypolicies","rbac"],"created_at":"2024-08-01T13:01:04.528Z","updated_at":"2025-04-03T18:32:22.001Z","avatar_url":"https://github.com/Ladicle.png","language":"Go","funding_links":["https://github.com/sponsors/Ladicle"],"categories":["Go","Go (531)"],"sub_categories":[],"readme":"# kubectl-rolesum (ex-bindrole)\n\nSummarize RBAC roles for the specified subject (ServiceAccount, User and Group).\n\n![screenshot](./img/screenshot.png)\n\n## Installation\n\n### krew\n\n[krew](https://github.com/kubernetes-sigs/krew) is a package manager for k8s plugins.\nPlease see [krew document](https://github.com/kubernetes-sigs/krew) for more detail.\n\n```bash\nkubectl krew install rolesum\n```\n\n### Homebrew (for MacOS)\n\nrolesum supports [homebrew](https://docs.brew.sh/Installation) :beer:\n\n```bash\nbrew install Ladicle/kubectl-bindrole/kubectl-rolesum\n```\n\n### Binaries\n\nThe easiest way is to download binary from the [release page](https://github.com/Ladicle/kubectl-rolesum/releases).\nYou can also download this repository and install it using Makefile.\n\n## Usage\n\n```bash\n$ kubectl rolesum -h  # or kubectl-rolesum -h\nSummarize RBAC roles for the specified subject\n\nUsage:\n  kubectl rolesum [options] \u003cSubjectName\u003e\n\nExamples:\n  # Summarize roles bound to the \"ci-bot\" ServiceAccount.\n  kubectl rolesum ci-bot\n\n  # Summarize roles bound to the \"developer\" Group.\n  kubectl rolesum -k Group developer\n\nSubjectKinds:\n  - ServiceAccount (default)\n  - User\n  - Group\n\nOptions:\n  -h, --help                   Display this help message\n  -n, --namespace string       Change the namespace scope for this CLI request\n  -k, --subject-kind string    Set SubjectKind to summarize (default: ServiceAccount)\n  -o, --options                List of all options for this command\n  -c, --cluster-only           Ingore namespaced Roles and show only ClusterRoles\n      --version                Show version for this command\n\nUse \"kubectl rolesum --options\" for a list of all options (applies to this command).\n```\n\nThis command supports both kubectl-plugin mode and standalone mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLadicle%2Fkubectl-rolesum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLadicle%2Fkubectl-rolesum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLadicle%2Fkubectl-rolesum/lists"}