Skip to main content
Version: latest

Permission Manager

This integration provides a graphical user interface for RBAC management in Kubernetes. You can create users, assign namespaces/permissions, and distribute Kubeconfig YAML files quickly.

Versions Supported

  • 1.0.0

Configuration

NameSupported ValueDescription
namespaceAny valid namespace stringThe namespace under which this integration should be deployed onto
authPasswordLogin password for the web interface

Customizing the permission templates

Create a ClusterRole starting with template-namespaced-resources___ or template-cluster-resources___ and apply it to the cluster. Permission manager will honor any custom resources with this naming convention and will populate on the user interface.

Ingress

Follow below steps to configure Ingress on Permission Manager

  1. Change serviceType from "LoadBalancer" to "ClusterIP" (line #10)
  2. Ingress (line #13)
    • Enable Ingress; Change enabled from false to "true"
    • Set Ingress rules like annotations, path, hosts, etc.

With these config changes, you can access Permission manager service on the Ingress Controller LoadBalancer hostname / IP

References