https://github.com/fairwindsops/rbac-manager
A Kubernetes operator that simplifies the management of Role Bindings and Service Accounts.
https://github.com/fairwindsops/rbac-manager
authorization cluster crd fairwinds-official kubernetes rbac
Last synced: 15 days ago
JSON representation
A Kubernetes operator that simplifies the management of Role Bindings and Service Accounts.
- Host: GitHub
- URL: https://github.com/fairwindsops/rbac-manager
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2018-03-13T13:58:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2026-04-24T19:37:35.000Z (18 days ago)
- Last Synced: 2026-04-24T21:11:57.739Z (18 days ago)
- Topics: authorization, cluster, crd, fairwinds-official, kubernetes, rbac
- Language: Go
- Homepage: https://fairwinds.com
- Size: 57.8 MB
- Stars: 1,638
- Watchers: 37
- Forks: 133
- Open Issues: 12
-
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
README
RBAC Manager is designed to simplify authorization in Kubernetes. This is an operator that supports declarative configuration for RBAC with new custom resources. Instead of managing role bindings or service accounts directly, you can specify a desired state and RBAC Manager will make the necessary changes to achieve that state.
# Documentation
Check out the [documentation at docs.fairwinds.com](https://rbac-manager.docs.fairwinds.com/)
## Notice: Registry Migration and Immutable Images (v1.9.5 → v1.10.0)
Starting with **v1.10.0**:
- Images moved to `us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager`
- `quay.io/reactiveops/rbac-manager` is deprecated
### Required action
```diff
- quay.io/reactiveops/rbac-manager:
+ us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager:
```
---
## Immutable and signed images
* Images are now **signed**
* Tags are **immutable**
* No more floating tags:
* `v1`
* `v1.9`
* `latest`
Use full version tags:
```
us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager:v..
```
Or pin by digest:
```
us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager@sha256:
```
## 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)
## Other Projects from Fairwinds
Enjoying rbac-manager? 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
Or [check out the full list](https://www.fairwinds.com/open-source-software?utm_source=rbac-manager&utm_medium=rbac-manager&utm_campaign=rbac-manager)