Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pehlicd/rbac-wizard
RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.
https://github.com/pehlicd/rbac-wizard
Last synced: 8 days ago
JSON representation
RBAC Wizard is an intuitive UI tool for visualizing Kubernetes RBAC resources.
- Host: GitHub
- URL: https://github.com/pehlicd/rbac-wizard
- Owner: pehlicd
- License: mit
- Created: 2024-05-15T20:59:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-19T14:18:44.000Z (6 months ago)
- Last Synced: 2024-05-19T14:46:40.143Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 4.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RBAC Wizard
![go version](https://img.shields.io/github/go-mod/go-version/pehlicd/rbac-wizard)
![release](https://img.shields.io/github/v/release/pehlicd/rbac-wizard)
![license](https://img.shields.io/github/license/pehlicd/rbac-wizard) ![go report](https://img.shields.io/badge/go%20report-A+-brightgreen.svg?style=flat)RBAC 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.
| Demo |
|--------------------------------------------|
| |## How to install
### Homebrew
```bash
brew tap pehlicd/rbac-wizard https://github.com/pehlicd/rbac-wizard
brew install rbac-wizard
```### Using go install
```bash
go install github.com/pehlicd/rbac-wizard@latest
```## How to use
Using RBAC Wizard is super simple. Just run the following command:
```bash
rbac-wizard serve
```## How to contribute
If 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!
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Developed by [Furkan Pehlivan](https://github.com/pehlicd) - [Project Repository](https://github.com/pehlicd/rbac-wizard)