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

推荐订阅源

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
Cerbos PDP v0.47.0: AWS Lambda support, Git-aware Hub upl...
Alex Olivier · 2025-10-30 · via Cerbos - All Posts

Authorization should be as portable and reliable as your code. The new Cerbos PDP v0.47.0 makes that easier than ever. This release adds native AWS Lambda support, tighter integration between Git and Cerbos Hub, and clearer schema diagnostics to simplify policy development and CI/CD pipelines.

If you already run Cerbos PDP in containers, Kubernetes, or sidecar mode, this update expands your deployment options and cuts time-to-diagnosis when policies misbehave.

AWS Lambda support brings Cerbos to serverless architectures

Cerbos PDP v0.47 introduces first-class support for AWS Lambda, giving teams two ways to deploy:

  • Standalone Lambda function. Run Cerbos as a function receiving authorization requests directly through API Gateway.
  • Lambda extension. Embed Cerbos beside your function as a lightweight decision engine.

Both patterns enable fine-grained, policy-based authorization inside serverless and event-driven environments without managing persistent infrastructure. For teams running bursty workloads or handling unpredictable API traffic, this can reduce latency and operating cost.

Read more about this here.

Git-aware Hub uploads simplify policy versioning

Managing policy versions manually is tedious. v0.47.0 introduces Git-aware commands in cerbosctl so your commit messages are automatically picked up and included when updating a Cerbos Hub policy store.

  • Automatic commit metadata. When run inside a Git repo, cerbosctl now captures commit SHA, author, and timestamp when uploading policy.
  • Selective uploads. New flags let you upload only files changed in a given commit range.
  • Improved CI/CD flows. These features make it easier to tie policy updates to pull requests and automated pipelines.

This closes a long-standing gap between policy lifecycle management and infrastructure automation. With Git metadata visible in Cerbos Hub, you gain full traceability from source → build → deploy.

Schema diagnostics get clearer and more actionable

Policy authors often lose time debugging vague schema errors. Cerbos PDP v0.47 enhances compiler diagnostics to pinpoint missing or mismatched schema references.

Now, instead of a generic failure message, you’ll see which schema was referenced, where it was missing, and what the expected type looked like. This makes complex policy sets, especially those using nested schemas, easier to maintain.

Smaller improvements that add up

Beyond the headline features, this release includes several quality-of-life and performance updates:

  • Traffic distribution control. New service.trafficDistribution field enables finer routing of evaluation requests when deployed via Helm.
  • Improved Hub observability. PDP now emits additional log messages for Hub connections and synchronization events.
  • Refined query-plan deduplication. Reduces evaluation overhead in multi-action checks.
  • Updated dependencies. Core libraries upgraded to latest Go 1.23 and Node 20 compatibility levels.
  • AWS SAR packaging. The new Lambda distributions are available through the AWS Serverless Application Repository for one-click deployment.

Each of these supports the same goal: make Cerbos more predictable and operationally simple.