Cerbos blog

Blog

Demos, implementation guides, product updates and broader takes on authorization, identity and security. Written for the engineers, architects, security, identity and product leaders shaping how their teams ship and govern access.

Mapping business requirements to authorization policy for gaming
Featured

Mapping business requirements to authorization policy for gaming

Mapping business requirements to authorization policy for gaming, with three worked examples covering player profiles and inventory, virtual asset trading, and moderation actions. Each starts with the business rule and ends with a working Cerbos policy, including derived roles, ABAC conditions, and test cases you can run yourself.

EngineeringGuide
Norsaed H. S.August 07, 2026
Cerbos security and trust: Data handling, certifications, and deployment isolation

Cerbos security and trust: Data handling, certifications, and deployment isolation

How Cerbos handles your data, where it lives, and what leaves your network. A security and trust overview for CISOs and security teams evaluating Cerbos, covering the stateless PDP, deployment isolation, local field masking, certifications, penetration testing, and the Cerbos Trust Center.

Guide
Emre BaranAugust 06, 2026
Best OpenZiti alternatives

Best OpenZiti alternatives

Picking an OpenZiti alternative depends on the layer you need to replace. Compare ZTNA and overlay networking, self-hosted identity providers, OAuth2 and OIDC token services, and reverse proxy login gateways, plus where Cerbos handles fine-grained authorization once identity and connectivity are already solved.

Guide
S. B. WriterAugust 05, 2026
Your IdP proves who an AI agent is. DORA expects you to control what it does

Your IdP proves who an AI agent is. DORA expects you to control what it does

Your IdP proves who an AI agent is. DORA also expects you to control what it can do at runtime, which is authorization, not authentication. This guide covers where agents fall into DORA scope, how runtime authorization maps to Article 9 and audit requirements, and the steps to take while agents are still early.

Guide
Alex OlivierAugust 03, 2026
Authentik vs Zitadel for authentication

Authentik vs Zitadel for authentication

Compare Authentik and Zitadel for authentication. Decide faster across SSO, MFA, proxy mode, LDAP, multi-tenancy, deployment, operations, and where Cerbos authorization fits.

Guide
S. B. WriterJuly 28, 2026
You have Keycloak. What authorization capabilities do you still need?

You have Keycloak. What authorization capabilities do you still need?

Keycloak authentication and Keycloak SSO handle identity well. Authorization at scale is a different problem. Here's where the gap appears and how to fix it.

Guide
Anna PaykinaJuly 24, 2026
The kill switch that never got pressed: what the OpenAI–Hugging Face incident tells us about agent authorization

The kill switch that never got pressed: what the OpenAI–Hugging Face incident tells us about agent authorization

OpenAI's models escaped an eval sandbox and breached Hugging Face. What the incident says about agent kill switches, runtime authorization, and standing access.

Engineering
Alex OlivierJuly 22, 2026
Claude Fable 5 and GPT-5.6 Sol authorization refusals

Claude Fable 5 and GPT-5.6 Sol authorization refusals

The models that refuse legitimate security work will also run destructive commands without asking. Both are reasons to enforce authorization outside the agent, not in its prompt.

Guide
S. B. WriterJuly 21, 2026
Agent skill for writing authorization policies in VSCode

Agent skill for writing authorization policies in VSCode

A practical guide to writing authorization policies in VSCode using GitHub Copilot agent mode and the Cerbos policy skill. Covers install, the gh skill CLI, chat.agentSkillsLocations, file-scoped *.instructions.md, a typical drafting session, and how validation runs in the integrated terminal.

EngineeringDocumentationGuide
Alex OlivierJuly 20, 2026
Cerbos PDP v0.54.0: Faster evaluations, lower memory usage, and new store diagnostics

Cerbos PDP v0.54.0: Faster evaluations, lower memory usage, and new store diagnostics

Cerbos PDP v0.54.0 focuses on performance, cutting steady-state memory and raising throughput. This release adds the new cerbos compile-store command for diagnosing policy stores, clearer error reporting across policies and tests, automatic GOMEMLIMIT from cgroup limits, and better runtime observability.

Documentation
Alex OlivierJuly 20, 2026
Agent skill for writing authorization policies in Cursor

Agent skill for writing authorization policies in Cursor

Cursor's composer makes it a strong fit for authorization policy work. This guide walks through installing the Cerbos policy skill in Cursor, describing access rules in plain English, letting the composer pull schemas and derived roles into context, validating against the real compiler in the integrated terminal, and producing a complete policy bundle.

EngineeringDocumentationGuide
Alex OlivierJuly 19, 2026
Authorization in microservices: Patterns, pitfalls, and how to scale it

Authorization in microservices: Patterns, pitfalls, and how to scale it

Authorization in microservices explained. Why it is harder than a monolith, where it gets enforced, the three patterns for handling authorization data, choosing RBAC or ABAC, service-to-service authorization, and the externalized policy decision point pattern that scales across services without scattered checks or redeploys.

GuideEngineering
Alex OlivierJuly 15, 2026
Ory vs SuperTokens for authentication

Ory vs SuperTokens for authentication

Ory Hydra and SuperTokens solve different authentication problems. Compare OAuth2 and OIDC token infrastructure against fast product login and session handling, and see where Cerbos fits as the authorization layer after authentication.

Guide
S. B. WriterJuly 15, 2026
RBAC vs ABAC - Which is better for your use case?

RBAC vs ABAC - Which is better for your use case?

A practical RBAC vs ABAC guide covering what each model is, the key differences, whether ABAC is more secure, role explosion, when to use RBAC or ABAC, and how to combine them in one set of policies instead of choosing between them.

Guide
Alex OlivierJuly 13, 2026
The incident response workflow that decides how fast you recover

The incident response workflow that decides how fast you recover

A step-by-step incident response workflow for the authorization layer, from mapping a compromised identity's blast radius to proving containment held. Covers how centralized policy and decision logs compress each phase, what makes the workflow feasible in regulated and air-gapped environments, and how AI agents change the runbook.

Guide
Anna PaykinaJuly 13, 2026
Agent skill for writing authorization policies in Codex CLI

Agent skill for writing authorization policies in Codex CLI

A practical guide to writing authorization policies in Codex CLI using the Cerbos policy skill. Covers cross-agent installer setup, $cerbos-policy invocation, the /skills list command, a typical drafting session, validation against the real Cerbos compiler in Docker, and composing the skill with AGENTS.md.

EngineeringDocumentationGuide
Alex OlivierJuly 12, 2026
ABAC examples: Real attribute-based access control policies and use cases

ABAC examples: Real attribute-based access control policies and use cases

A practical guide to attribute-based access control with real ABAC examples and policy code. Covers the four attribute types, industry use cases, how to write your own ABAC policy, the trade-offs, and where ABAC is heading for Zero Trust and AI agents.

Guide
Alex OlivierJuly 10, 2026
You have Auth0. What authorization capabilities do you still need?

You have Auth0. What authorization capabilities do you still need?

Auth0 covers authentication, but authorization capabilities like resource-level ABAC, per-tenant policies, and decision audit logs sit outside its model. This guide covers where Auth0 RBAC and Auth0 FGA stop, five signals you need a dedicated authorization layer, and how to evaluate solutions and run a POC.

Guide
Anna PaykinaJuly 10, 2026