TL;DR: Session-based authorization breaks down for agents and ephemeral workloads because permissions assigned at login are too coarse for action-by-action decisions, according to Cerbos’s EIC 2026 panel recap. The real shift is toward real-time, signal-driven authorization with policy-as-code, federated decisioning, and auditable context at each hop, not broader tokens or quarterly reviews.
NHIMG editorial — based on content published by Cerbos: Signals, Policies, and Identity Agency, a panel recap on real-time authorization and identity layer design
Questions worth separating out
Q: How should security teams govern access for agents and ephemeral workloads?
A: They should stop treating login-time grants as the primary control and move to runtime authorization tied to the exact action being attempted.
Q: Why do agents make session-based authorization less reliable?
A: Agents act on task-specific intent, not stable job roles, and they may need different permissions at different points in the same workflow.
Q: What should organisations review before adopting signal-driven authorization?
A: They should review their capability inventory, ownership model, policy engine placement, and revocation path.
Practitioner guidance
- Move authorization decisions to runtime Require access checks at the moment an action is attempted, using live context from identity, device, network, and risk systems instead of relying on login-time grants.
- Separate identity, signals, and decisioning Keep the identity provider, signal sources, and policy engine independently replaceable so a change in one layer does not force a rewrite across the stack.
- Inventory actions and owners before writing policy Document which capabilities each system exposes, who owns them, and which signals should gate each action before you try to codify access rules.
What's in the full article
Cerbos's full article covers the operational detail this post intentionally leaves for the source:
- How Cerbos frames the separation between identity issuance, signal collection, and authorization decisions in a real deployment.
- The panel's discussion of Shared Signals Framework, CAEP, and federated authorization as building blocks for runtime access control.
- The specific audit-trail model for action-based decisions, including what a CISO should expect to show regulators after an incident.
- The vendor's practical view of delegated access scenarios where an agent may need broader authority than the initiating user.
👉 Read Cerbos’s analysis of signal-driven authorization for agents and ephemeral workloads →
Signal-driven authorization for agents and ephemeral workloads?
Explore further