惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
Martin Fowler
Martin Fowler
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
量子位
Engineering at Meta
Engineering at Meta
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
Recent Announcements
Recent Announcements
罗磊的独立博客
B
Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog RSS Feed
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
V2EX

Cerbos - All Posts

Authentik vs Keycloak: Self-hosted IdP comparison Mapping business requirements to authorization policy for automotive Fine-grained authorization for AI gateways EIC 2026: Stop counting agents, protect what they can touch Agent skill for writing authorization policies in Claude Desktop Identity security in 2026 EIC 2026 takeaways: the identity stack built for humans will not hold up for AI agents Already have authentication? Here's the authorization layer you still need. Tokens are authorization decisions: a guide to policy-driven token issuance What is a Runtime Authorization Platform It's a dimmer switch, not a kill switch. How CISOs are rethinking AI agent governance From maps to bitmaps (and from bitmaps to bitmaps) AuthZEN, Shared Signals, SCIM Events, IPSIE: Notes from the OpenID Enterprise Panel How do you update authorization policies without redeploying your application? IIW42 recap: Where agent authorization got real Cerbos PDP v0.52.0/v0.53.0: Engine performance, security hardening, and CEL path functions Authorization Management Platforms: what they do, how they work, and where they fit PocketOS AI coding agent deleted a production database in 9 seconds Non-Human Identity management still has a blind spot Supabase alternative in 2026: Best open source auth options Benefits of on-premise authorization: Why enterprises are moving toward self-hosted Authorization policies: How to write, test, and validate them (faster with AI) Agent skill for writing authorization policies How much does it cost to build authorization in-house? Why centralized authorization governance reduces incident response time OPA alternative Why AI agents make authorization a right now problem Modernizing legacy application authorization: why it’s your biggest security blind spot How to add authorization to legacy applications without code changes 5 authorization blind spots auditors find, and how to fix them
Zero trust has reached operational reality
Alex Olivier · 2025-10-27 · via Cerbos - All Posts

For years, zero trust has been a fixture in our strategic plans and boardroom presentations. We all agreed on the principles, but the path to implementation was unclear and fraught with complexity. From my conversations with fellow CISOs, the story was always the same. The component technologies felt immature, and integrating them required a level of custom engineering that was too slow and too expensive to justify.

That era is over. We have crossed a critical threshold where the foundational pillars for a true zero-trust architecture are now mature, standardized, and commercially supported. The discussion is no longer about theoretical strategy but about practical execution. The question has shifted from "what is zero trust" to "what is our timeline for implementing it".

The driving force remains the complete dissolution of the network perimeter. Our assets are in multiple clouds, our employees are everywhere, and our applications are composed of countless distributed services. Relying on network location for security is a failed model. Security must be based on a single, universal principle: identity.

To that end, the industry has finally coalesced around strong identity standards. OpenID Connect provides a solid foundation for user authentication, while frameworks like SPIFFE now allow us to assign strong, verifiable identities to our software workloads. This finally allows us to move past managing static secrets and gives us a universal way to answer the question of "who" and "what" is making a request, regardless of where it originates.

This new reality is perfectly suited for the way our organizations now build and deploy software on platforms like Kubernetes. What was once a source of complexity can now be a point of control. The distributed nature of modern infrastructure allows us to deploy security components, like a service mesh or a policy engine, directly alongside the applications they govern, ensuring consistent enforcement at a global scale.

The blind spot in most zero-trust initiatives

Securing communication between verified identities is a crucial step, but it is not the end of the story. The most common blind spot we see is authorization. It is the critical control that determines what an identity is actually permitted to do. For too long, this logic has been hidden and hard-coded inside individual applications.

This decentralized approach creates a massive, unmanageable risk surface. It makes a comprehensive audit of permissions nearly impossible and turns a simple policy change into a multi-team engineering project. From a risk management perspective, this is an unacceptable state of affairs. When you cannot confidently answer "who can access critical data", you have a significant control deficiency.

The only scalable solution is to treat authorization as a distinct, centralized service. By externalizing this logic into a dedicated Policy Decision Point, we transform authorization from a source of hidden risk into a centrally managed, auditable control. Applications simply query the decision point, which provides a clear yes or no response based on a set of human-readable policies. Products like Cerbos were built specifically to solve this problem, providing that critical control plane for access.

A clear business case for a new security posture

Adopting this architecture is not just a technical upgrade; it is a fundamental improvement to the business's security posture. It delivers measurable returns in the areas that matter most to our function as security leaders.

  • Drastically reduced blast radius. The primary benefit is the containment of breaches. By enforcing explicit, request-level permissions, a compromised service is isolated. It cannot move laterally because it simply lacks the authorization to do anything beyond its narrowly defined role. This shifts our posture from breach detection to breach containment, eliminating a whole class of catastrophic failure modes.

  • From periodic audits to continuous compliance. Audit season is a resource drain for any security organization. A centralized policy model changes that dynamic. When an auditor asks who can access sensitive PII, the answer is a simple query against a version-controlled policy repository. This provides a constant state of audit-readiness and creates an immutable, high-fidelity log of every single access decision.

  • Transforming security from a blocker to an enabler. We often fight the perception that security slows the business down. By providing authorization as a platform service, we remove that bottleneck from our development teams. The security organization can then update policies globally in response to new threats or regulations without requiring a single line of application code to change, enabling the business to move faster and more securely.

The rise of autonomous AI agents only increases the urgency. These agents represent a new class of powerful, non-human identities operating within our systems. Governing their actions requires a scalable, policy-driven authorization model. We cannot afford to hard-code their permissions.

The strategy is sound, the technology is ready, and the business case is undeniable. Zero trust is no longer a future goal. It is an operational reality that provides a clear, defensible, and efficient path to reducing risk across the enterprise.

Cerbos for security teams banner