Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 3.13 KB

File metadata and controls

76 lines (56 loc) · 3.13 KB

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