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

推荐订阅源

量子位
博客园 - 三生石上(FineUI控件)
D
DataBreaches.Net
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
GbyAI
GbyAI
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
月光博客
月光博客
I
InfoQ
V
Visual Studio Blog
罗磊的独立博客
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Jina AI
Jina AI
L
LangChain Blog
Apple Machine Learning Research
Apple Machine Learning Research
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
B
Blog
The Cloudflare Blog
小众软件
小众软件
雷峰网
雷峰网
V
V2EX
人人都是产品经理
人人都是产品经理
Stack Overflow Blog
Stack Overflow 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
Transition to OpenTelemetry, enhanced policy testing, and...
Aldin Kiselica · 2023-12-01 · via Cerbos - All Posts

The v0.32 release of Cerbos is packed with new features such as transition to OpenTelemetry, enhanced policy testing, and more.

We have been working closely with users of Cerbos such as Envoy, Blockchain.com, Utility Warehouse, 9fin, and Salesroom on this release. We can’t wait to hear more about what you would like to see in future releases - join our Slack community to join the conversation.

Making the leap to OpenTelemetry

Cerbos fully transitioned from OpenCensus to OpenTelemetry, a move that significantly boosts our metrics and tracing capabilities. This shift allows for more efficient integration with a variety of observability products supporting the OpenTelemetry protocol (OTLP) but also offers the flexibility to use push metrics and fine-tune trace sampling. With this update, configuration through the tracing block in Cerbos files is deprecated in favor of using OpenTelemetry environment variables.

Support for the Jaeger native protocol has been deprecated as well in favour of OTLP, and with the next release it will be removed.

Heads-up for dashboard and alert users

For those who rely on dashboards and metric-based alerts, we recommend a review post-upgrade. Even though we tried to keep all the metric names unchanged, the subtle distinctions between OpenCensus and OpenTelemetry may impact your existing dashboards and metric-based alerts, and we want to ensure your monitoring remains seamless.

Enhancements in policy testing

Introduction of Globals

The policy test framework now includes support for defining the contents of globals per test case or for the whole test suite. Check our docs to learn more about how to use globals.

Verbose enhancements

When you run tests with the --verbose flag, expect to see detailed outputs including expected effects and policy results for successful cases, making your test results more comprehensive and informative.

Now, instead of just seeing the [OK] for successful test cases, you will be able to further understand why they are passing by looking at something like this:

│ └─┬CerHub Organizations Policy Tests │ ├─┬alice │ │ ├─┬data_corp │ │ │ ├─┬access_repositories [OK] │ │ │ │ └──RESULT: EFFECT_DENY │ │ │ ├─┬create_project_boards [OK] │ │ │ │ └──RESULT: EFFECT_ALLOW


## Cerbos is now mirrored in Docker Hub

As part of our continuous effort to optimize development workflows, we've [mirrored the Cerbos image to Docker Hub](https://hub.docker.com/r/cerbos/cerbos). By leveraging Docker Hub's extensive infrastructure, this update ensures smoother and more efficient builds and deployments.

You can find the full [release notes for v0.32](https://docs.cerbos.dev/cerbos/latest/releases/v0.32.0) on docs.cerbos.dev, and if you have any questions join our [Slack community](https://go.cerbos.io/slack).