Breakglass implements Just-In-Time Privilege Access Management.
Users create PrivilegeRequest resources specifying the role they need, duration, and justification.
Policies evaluate requests and either auto-approve, require manual approval, or deny based on configurable rules.
When approved, the operator automatically creates RoleBindings or ClusterRoleBindings with precise expiration times. Every action taken during the elevated privilege window is captured in AuditLog resources and can be exported to external systems. When the duration expires, bindings are automatically removed; no manual cleanup required.