MCPcopy Index your code
hub / github.com/FairwindsOps/rbac-manager

github.com/FairwindsOps/rbac-manager @v1.10.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.10.0 ↗ · + Follow
110 symbols 361 edges 27 files 44 documented · 40%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<img src="https://github.com/FairwindsOps/rbac-manager/raw/v1.10.0/img/rbac-manager-logo.svg" height="200" alt="RBAC Manager" style="padding-bottom: 20px">



<a href="https://join.slack.com/t/fairwindscommunity/shared_invite/zt-e3c6vj4l-3lIH6dvKqzWII5fSSFDi1g">
  <img src="https://img.shields.io/static/v1?label=Slack&message=Join+our+Community&color=4a154b&logo=slack">
</a>
<a href="https://github.com/FairwindsOps/rbac-manager/releases">
    <img src="https://img.shields.io/github/v/release/FairwindsOps/rbac-manager">
</a>
<a href="https://goreportcard.com/report/github.com/FairwindsOps/rbac-manager">
    <img src="https://goreportcard.com/badge/github.com/FairwindsOps/rbac-manager">
</a>
<a href="https://insights.fairwinds.com/gh/FairwindsOps/rbac-manager">
  <img src="https://insights.fairwinds.com/v0/gh/FairwindsOps/polaris/badge.svg">
</a>

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

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

- quay.io/reactiveops/rbac-manager:<tag>
+ us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager:<tag>

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<major>.<minor>.<patch>

Or pin by digest:

us-docker.pkg.dev/fairwinds-ops/oss/rbac-manager@sha256:<digest>

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

Other Projects from Fairwinds

Enjoying rbac-manager? Check out some of our other projects: * Polaris - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices * Goldilocks - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage * Pluto - Detect Kubernetes resources that have been deprecated or removed in future versions * Nova - Check to see if any of your Helm charts have updates available

Or check out the full list

Core symbols most depended-on inside this repo

Error
called by 20
cmd/manager/main.go
Info
called by 17
cmd/manager/main.go
saMatches
called by 9
pkg/reconciler/matcher.go
crbMatches
called by 8
pkg/reconciler/matcher.go
rbMatches
called by 8
pkg/reconciler/matcher.go
Parse
called by 5
pkg/reconciler/parser.go
managerSubjectsToRbacSubjects
called by 4
pkg/reconciler/parser.go
GetClientsetOrDie
called by 4
pkg/kube/kube.go

Shape

Function 63
Method 35
Struct 12

Languages

Go100%

Modules by API surface

pkg/apis/rbacmanager/v1beta1/zz_generated.deepcopy.go14 symbols
pkg/reconciler/reconciler_test.go13 symbols
pkg/reconciler/parser_test.go12 symbols
pkg/reconciler/parser.go10 symbols
cmd/manager/main.go10 symbols
pkg/reconciler/matcher.go9 symbols
pkg/reconciler/reconciler.go8 symbols
pkg/apis/rbacmanager/v1beta1/rbacdefinition_types.go8 symbols
pkg/reconciler/matcher_test.go4 symbols
pkg/controller/namespace.go4 symbols
pkg/kube/rbacdefinitions.go3 symbols
pkg/controller/rbacdefinition.go3 symbols

For agents

$ claude mcp add rbac-manager \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact