{"id":13574410,"url":"https://github.com/pehlicd/rbac-wizard","last_synced_at":"2026-01-21T13:25:18.967Z","repository":{"id":240524292,"uuid":"801236485","full_name":"pehlicd/rbac-wizard","owner":"pehlicd","description":"RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.","archived":false,"fork":false,"pushed_at":"2026-01-02T14:51:15.000Z","size":12839,"stargazers_count":285,"open_issues_count":10,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-08T21:37:47.473Z","etag":null,"topics":["dashboard","k8s","kubernetes","rbac","ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/pehlicd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["pehlicd"]}},"created_at":"2024-05-15T20:59:45.000Z","updated_at":"2026-01-04T21:33:59.000Z","dependencies_parsed_at":"2024-05-19T14:56:46.371Z","dependency_job_id":null,"html_url":"https://github.com/pehlicd/rbac-wizard","commit_stats":null,"previous_names":["pehlicd/rbac-wizard"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/pehlicd/rbac-wizard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pehlicd%2Frbac-wizard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pehlicd%2Frbac-wizard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pehlicd%2Frbac-wizard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pehlicd%2Frbac-wizard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pehlicd","download_url":"https://codeload.github.com/pehlicd/rbac-wizard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pehlicd%2Frbac-wizard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28579248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T17:42:58.221Z","status":"ssl_error","status_checked_at":"2026-01-19T17:40:54.158Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["dashboard","k8s","kubernetes","rbac","ui"],"created_at":"2024-08-01T15:00:51.352Z","updated_at":"2026-01-19T21:54:06.236Z","avatar_url":"https://github.com/pehlicd.png","language":"TypeScript","funding_links":["https://github.com/sponsors/pehlicd"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\" style=\"padding-top: 20px\"\u003e\n    \u003cimg src=\"/ui/public/rbac-wizard-logo-embedded.svg?raw=true\" width=\"120\" style=\"background-color: blue; border-radius: 50%;\"\u003e\n\u003c/div\u003e\n\n# RBAC Wizard\n\n![go version](https://img.shields.io/github/go-mod/go-version/pehlicd/rbac-wizard)\n![release](https://img.shields.io/github/v/release/pehlicd/rbac-wizard?filter=v*)\n![helm release](https://img.shields.io/github/v/release/pehlicd/rbac-wizard?filter=rbac-wizard*\u0026logo=helm)\n![license](https://img.shields.io/github/license/pehlicd/rbac-wizard)\n[![go report](https://goreportcard.com/badge/github.com/pehlicd/rbac-wizard)](https://goreportcard.com/report/github.com/pehlicd/rbac-wizard)\n\nRBAC Wizard is a tool that helps you visualize and analyze the RBAC configurations of your Kubernetes cluster. It provides a graphical representation of the Kubernetes RBAC objects.\n\n\u003cdiv align=\"center\"\u003e\n\n\n| Demo                                       |\n|--------------------------------------------|\n| \u003cimg src=\"/assets/rbac-wizard-demo.gif\" /\u003e |\n\n\u003c/div\u003e\n\n## How to install\n\n### Helm\n\nSince rbac-wizard is capable of getting kubernetes clientset from the cluster ease free, you can also install it on your cluster using Helm with 3 simple steps!\n\n```bash\n# to add the Helm repository\nhelm repo add rbac-wizard https://rbac-wizard.pehli.dev\n# to pull the latest Helm charts\nhelm pull rbac-wizard/rbac-wizard\n# to install the Helm charts with the default values\nhelm install rbac-wizard rbac-wizard/rbac-wizard --namespace rbac-wizard --create-namespace\n```\n\n### Homebrew\n\n```bash\nbrew tap pehlicd/rbac-wizard https://github.com/pehlicd/rbac-wizard\nbrew install rbac-wizard\n```\n\n### Using go install\n\n```bash\ngo install github.com/pehlicd/rbac-wizard@latest\n```\n\n## How to use\n\nUsing RBAC Wizard is super simple. Just run the following command:\n\n```bash\nrbac-wizard serve\n```\n\n## How to contribute\n\nIf you'd like to contribute to RBAC Wizard, feel free to submit pull requests or open issues on the [GitHub repository](https://github.com/pehlicd/rbac-wizard). Your feedback and contributions are highly appreciated!\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nDeveloped by [Furkan Pehlivan](https://github.com/pehlicd) - [Project Repository](https://github.com/pehlicd/rbac-wizard)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpehlicd%2Frbac-wizard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpehlicd%2Frbac-wizard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpehlicd%2Frbac-wizard/lists"}