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.x
- 1.0.0
Configuration
Name | Supported Value | Description |
---|---|---|
namespace | Any valid namespace string | The namespace under which this integration should be deployed onto |
authPassword | Login 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
- Change serviceType from "LoadBalancer" to "ClusterIP" (line #10)
- 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