KubeBolt / docs
GitHub

RBAC & Permissions

KubeBolt auto-detects your kubeconfig's permissions and adapts automatically.

Permission Detection

Access Levels

LevelBackendFrontend
Cluster-adminAll informers start normallyFull UI, no restrictions
Cluster read-onlyInformers for permitted resources onlyRestricted items dimmed, “Limited access” banner
Namespace-scopedPer-namespace informer factories with multi-lister aggregationResources scoped to permitted namespaces

Frontend Behavior

API Endpoint

GET /api/v1/cluster/permissions returns the full permission map per resource type with canList, canWatch, canGet, namespaceScoped, and namespaces fields.