Role Hierarchy
admin ⊇ operator ⊇ viewer. Every endpoint enforces a minimum role; unauthorized requests are rejected and recorded.
LDAP Group Mapping
Directory groups map to panel roles; when the team changes, permissions follow on their own.
Permission-Level Grants
Layer resource/action grants and revokes on top of the role baseline — on conflict, revoke wins.
Scoped Visibility
A unit manager sees only their own team's jobs and data; scoping is enforced fail-closed.
Safe Sessions
A short-lived access token in memory, a refresh token in an HttpOnly cookie — rotated and single-use.
Break-Glass Admin
The local admin account cannot be shadowed by the directory; if LDAP goes down, your access to the cluster does not.

