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

推荐订阅源

The Cloudflare Blog
L
LangChain Blog
WordPress大学
WordPress大学
V
V2EX
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
D
Docker
Recent Announcements
Recent Announcements
GbyAI
GbyAI
博客园 - 叶小钗
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
T
The Blog of Author Tim Ferriss
人人都是产品经理
人人都是产品经理
Engineering at Meta
Engineering at Meta
Y
Y Combinator Blog
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog

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
Cerbos PDP v0.42 & v0.43: SPIFFE identity support and sma...
Alex Olivier · 2025-04-10 · via Cerbos - All Posts

We're excited to share a pair of updates that bring new capabilities and improvements to Cerbos. With v0.42 and v0.43, we've added support for SPIFFE identities in policies, improved the structure of audit logs, and tightened the reliability of policy updates in live environments.

SPIFFE identity support for service authorization

In v0.42.0, Cerbos introduced native support for working with SPIFFE identities in policy conditions. This enhancement makes it easier to authorize service-to-service interactions based on trusted workload identities.

This is especially powerful for teams adopting SPIRE, Istio, or other identity-aware service infrastructure. We have written about this more with some example policies in this blog.

Audit logs - Now with structured JSON

Audit logs have been upgraded to improve observability and downstream processing. Nested attribute values are now logged as structured JSON objects, rather than stringified JSON blobs.

This change makes it easier for log aggregation tools and observability platforms to:

  • Extract and filter on nested fields
  • Create metrics and dashboards
  • Perform structured searches

If your system relies on parsing stringified JSON in logs, you may need to update your parsing logic - check the release notes for more details.

More reliable policy store updates

Cerbos v0.43 focuses on increasing the reliability of policy propagation in live environments. Two specific improvements help ensure that your Policy Decision Point (PDP) always reflects the latest valid policies:

  • Blob store updates to derived role policy files now correctly update the policy cache
  • The engine now safely handles invalid policies committed after Cerbos has started

These fixes help reinforce best practices in GitOps workflows and prevent stale or inconsistent policy states from affecting decision outcomes.

For full details, refer to the v0.42.0 and v0.43.0 release notes, or join the Cerbos Slack community for discussions.