Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reactiveops/rbac-manager
A Kubernetes operator that simplifies the management of Role Bindings and Service Accounts.
https://github.com/reactiveops/rbac-manager
authorization cluster crd fairwinds-official hacktoberfest kubernetes rbac
Last synced: 3 months ago
JSON representation
A Kubernetes operator that simplifies the management of Role Bindings and Service Accounts.
- Host: GitHub
- URL: https://github.com/reactiveops/rbac-manager
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2018-03-13T13:58:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T23:07:49.000Z (6 months ago)
- Last Synced: 2024-05-22T14:31:43.701Z (6 months ago)
- Topics: authorization, cluster, crd, fairwinds-official, hacktoberfest, kubernetes, rbac
- Language: Go
- Homepage: https://fairwinds.com
- Size: 39 MB
- Stars: 1,419
- Watchers: 42
- Forks: 115
- Open Issues: 14
-
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/)## 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-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 availableOr [check out the full list](https://www.fairwinds.com/open-source-software?utm_source=rbac-manager&utm_medium=rbac-manager&utm_campaign=rbac-manager)