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.
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 |
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.
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