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

推荐订阅源

Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
雷峰网
雷峰网
IT之家
IT之家
I
InfoQ
酷 壳 – CoolShell
酷 壳 – CoolShell
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
B
Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 【当耐特】
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
月光博客
月光博客
P
Proofpoint News Feed
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
G
Google Developers Blog
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI
V
Visual Studio 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
Policy testing flexibility, configurable concurrent strea...
Alex Olivier · 2023-11-03 · via Cerbos - All Posts

The v0.31 release of Cerbos is packed with new features such as flexible policy testing, support for derived roles inspection, TLS certificate rotation automation, 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.

Introducing runtime.effectiveDerivedRoles for Advanced Policy Management

The new runtime.effectiveDerivedRoles variable allows policy authors to inspect activated derived roles within the current policy execution context. That means you can now craft sophisticated policy rules without the redundancy of redefining derived role logic. For more details on how to leverage this feature, dive into our updated documentation.

Automated TLS Certificate Rotation

In our continuous effort to streamline security practices, Cerbos now offers automatic detection and reloading of TLS certificates. When your certificates are updated on disk, Cerbos will seamlessly reload them without the need for a service restart, facilitating automated certificate rotation and the use of short-lived certificates for enhanced security.

Flexibility in Policy Testing with Lenient Scope Search

Policy test suites just got more flexible. You can now enable lenient scope search globally or on an individual test basis. This way, you have broader control and ease when writing and managing your policy tests.

Legacy JWT Support

We understand the necessity to support legacy systems; therefore, Cerbos v0.31 introduces configurations that allow the use of JWTs without kid or alg claims while maintaining default secure behavior against such potentially insecure tokens.

Configurable concurrent streams

Following recent discoveries of vulnerabilities in all public HTTP/2 implementations, we've incorporated a configuration option to limit the number of concurrent streams per gRPC connection, with a default set to 1024. This addition provides an extra layer of protection while also giving you the option to revert to unlimited concurrent streams if required.

You can find the full release notes for v0.31 on <docs.cerbos.dev>, and if you have any questions join our Slack community.