Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FairwindsOps/rbac-lookup
Easily find roles and cluster roles attached to any user, service account, or group name in your Kubernetes cluster
https://github.com/FairwindsOps/rbac-lookup
authorization fairwinds-official hacktoberfest kubernetes rbac
Last synced: about 1 month ago
JSON representation
Easily find roles and cluster roles attached to any user, service account, or group name in your Kubernetes cluster
- Host: GitHub
- URL: https://github.com/FairwindsOps/rbac-lookup
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2018-08-02T02:48:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T01:47:33.000Z (7 months ago)
- Last Synced: 2024-05-06T02:41:57.250Z (7 months ago)
- Topics: authorization, fairwinds-official, hacktoberfest, kubernetes, rbac
- Language: Go
- Homepage: https://fairwinds.com
- Size: 1.07 MB
- Stars: 839
- Watchers: 30
- Forks: 44
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing/code-of-conduct.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Roadmap: ROADMAP.md
Awesome Lists containing this project
- awesome-repositories - FairwindsOps/rbac-lookup - Easily find roles and cluster roles attached to any user, service account, or group name in your Kubernetes cluster (Go)
- awesome-k8s-resources - RBAC Lookup - RBAC Lookup is a CLI that allows you to easily find Kubernetes roles and cluster roles bound to any user, service account, or group name. (Tools and Libraries / Command Line Tools)
README
RBAC Lookup is a CLI that allows you to easily find Kubernetes roles and cluster roles bound to any user, service account, or group name. Binaries are generated with goreleaser for each release for simple installation.
# Documentation
Check out the [documentation at docs.fairwinds.com](https://rbac-lookup.docs.fairwinds.com/)## Installation
### Homebrew
```
brew install FairwindsOps/tap/rbac-lookup
```### ASDF
```
asdf plugin add rbac-lookup
asdf install rbac-lookup latest
asdf global rbac-lookup latest
```## RBAC Manager
While RBAC Lookup helps provide visibility into Kubernetes auth, RBAC Manager helps make auth simpler to manage. This is a Kubernetes operator that enables more concise RBAC configuration that is easier to scale and automate. For more information, see [RBAC Manager on GitHub](https://github.com/FairwindsOps/rbac-manager).## Join the Fairwinds Open Source Community
The goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap,
and network with fellow Kubernetes users.
[Chat with us on Slack](https://join.slack.com/t/fairwindscommunity/shared_invite/zt-2na8gtwb4-DGQ4qgmQbczQyB2NlFlYQQ)
or
[join the user group](https://www.fairwinds.com/open-source-software-user-group) to get involved!## Other Projects from Fairwinds
Enjoying rbac-lookup? Check out some of our other projects:
* [Polaris](https://github.com/FairwindsOps/Polaris) - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices
* [Goldilocks](https://github.com/FairwindsOps/Goldilocks) - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage
* [Pluto](https://github.com/FairwindsOps/Pluto) - Detect Kubernetes resources that have been deprecated or removed in future versions
* [Nova](https://github.com/FairwindsOps/Nova) - Check to see if any of your Helm charts have updates available
* [rbac-manager](https://github.com/FairwindsOps/rbac-manager) - Simplify the management of RBAC in your Kubernetes clustersOr [check out the full list](https://www.fairwinds.com/open-source-software?utm_source=rbac-lookup&utm_medium=rbac-lookup&utm_campaign=rbac-lookup)