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

推荐订阅源

博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
T
Tailwind CSS Blog
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
罗磊的独立博客
有赞技术团队
有赞技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Jina AI
Jina AI
量子位
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
Hugging Face - Blog
Hugging Face - Blog
P
Proofpoint News Feed
N
Netflix TechBlog - Medium
GbyAI
GbyAI
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
美团技术团队

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 Hub - July Product Updates
Alex Olivier · 2024-07-24 · via Cerbos - All Posts

As well as celebrating the launch of Cerbos Hub going GA last week, we have also been busy working away adding many requested features from our users.

Selective policies compilation for Embedded PDP

Unique to Cerbos Hub is the ability to generate self-contained policy bundles that can be embedded into any system that supports WebAssembly modules. This is a powerful solution for cases where authorization decisions have to be made locally on device or at the edge without access to a full-fledged Cerbos policy decision point. A common use case for embedded policies is to enable web applications to make decisions about which UI elements to render without making calls to a backend service.

With the introduction of selective policy compilation, you can now define which policies get included in the embedded version of the PDP to ensure also the relevant ones for your use cases are shipped out to clients.

This is simply done in the policy files themselves via adding an annotation to the metadata:

apiVersion: api.cerbos.dev/v1
metadata:
  annotations:
    hub.cerbos.cloud/embedded-pdp: "true"
resourcePolicy:
...

Inside Cerbos Hub, each build now shows you which policies are included based on these annotations:

Screenshot 2024-07-24 at 2.43.36 PM.png

You can read more about this on our documentation site.

Detailed build errors

When making policy changes the tooling available with Cerbos enables you to be confident in your changes, light up your IDE with autocomplete and Intellisense, and write full tests around your authorization policies, but sometimes issues can still sneak through.

Now in Cerbos Hub when an error is raised during the build process, we show you detailed descriptions as well as the relevant policy snippet right in the UI for quick debugging and resolution.

Screenshot 2024-07-24 at 2.44.57 PM.png

Playground templates

The Cerbos Hub Playground is a realtime collaborative IDE to work on your policies. When you create new policy files we now enable you to pick from a template of policy types to get you started faster, removing the need to write out the boilerplate of each policy type:

Screenshot 2024-07-24 at 2.45.53 PM.png

Manage your user profile

Finally, you can now manage your user profile inside Cerbos Hub - you can access this via the user menu in the top right corner of the page.

Screenshot 2024-07-24 at 2.46.02 PM.png

Try Cerbos Hub