Page 26 of 37

Tech blog

Demos, implementation guides, product updates and broader takes on authorization, identity and security.

Cerbos Hub - July Product Updates

Cerbos Hub - July Product Updates

Cerbos Hub July updates: GA launch, selective policy compilation for embedded PDP, detailed build error feedback, new Playground templates, and user profile management. Enhance your authorization systems with self-contained policy bundles and streamline policy creation. Learn more about these updates in our latest blog post.

GuideEngineering
Alex OlivierJuly 24, 2024
Navigating authentication and authorization: Harnessing the power of Microsoft Entra External ID and Cerbos for enhanced application security

Navigating authentication and authorization: Harnessing the power of Microsoft Entra External ID and Cerbos for enhanced application security

Discover how to integrate Microsoft Entra External ID with Cerbos for robust web application security. This guide covers setup, user flows, permissions, and fine-grained authorization to enhance authentication and authorization practices, essential for developers aiming to build secure and scalable applications. Read our detailed tutorial now.

EngineeringGuide
Martin Gjoshevski & Alex OlivierJuly 02, 2024
Cerbos PDP v0.37.0 Release Highlights: REPL autocomplete, Kubernetes DaemonSet and more

Cerbos PDP v0.37.0 Release Highlights: REPL autocomplete, Kubernetes DaemonSet and more

The v0.37 release of Cerbos PDP adds support for autocomplete when using the Cerbos REPL, new Kubernetes deployment options and updates to the AdminAPI.

DocumentationEngineering
Alex OlivierJuly 02, 2024
How to use Cerbos in Docker Compose (PDP + Hub)

How to use Cerbos in Docker Compose (PDP + Hub)

In this blog, you will learn what Cerbos is, how Cerbos works and its main components. The blog will take you through a hands-on demonstration that will ensure you get an accelerated understanding of how to use Cerbos in a Docker environment as well as within the provided Hub.

GuideIntegration
Fatuma AbdullahiMay 27, 2024
Using Cerbos with Keycloak for Identity/AuthN

Using Cerbos with Keycloak for Identity/AuthN

In this tutorial, we'll use Keycloak for authentication and then implement Cerbos for fine-grained access control, all within a Django web application, though the same principle will work for any application. As a result we will ensure that only authenticated users can access certain parts of the application, and their actions are authorized with precision.

GuideIntegration
Omu InetimiMay 16, 2024
Cerbos v0.36.0 Release Highlights: Technical Enhancements and Developer Features

Cerbos v0.36.0 Release Highlights: Technical Enhancements and Developer Features

Cerbos v0.36.0 enhances the efficiency and functionality of policy-driven access controls. This version introduces asynchronous audit logging, refined Kafka backend handling, and new administrative commands, all designed to optimize performance and scalability.

EngineeringDocumentationAnnouncement
Rohit GhumareMay 15, 2024
Streamlining Application Security Updates with @cerbos/embedded AutoUpdatingLoader feature

Streamlining Application Security Updates with @cerbos/embedded AutoUpdatingLoader feature

Cerbos has added support for AutoUpdatingLoader to the `@cerbos/embedded` SDK, which facilitates real-time policy updates on the client without requiring a full reload, disrupting the ongoing user experience.

Documentation
Rohit GhumareMay 14, 2024
What the heck is a principal?

What the heck is a principal?

And why we built Cerbos the way we did.

Engineering
Charith EllawalaMay 13, 2024
What's so bad about sidecars, anyway?

What's so bad about sidecars, anyway?

Explore the benefits and limitations of using the sidecar design pattern and the specific use cases where it is most appropriate. Learn how to determine whether a sidecar is a suitable choice for a particular scenario, as well as how to implement sidecars to maximize their benefits.

Guide
Hrittik RoyMay 12, 2024
Importance of authorization in transition from monolithic to microservices architecture

Importance of authorization in transition from monolithic to microservices architecture

Explore how Cerbos enhances security in microservices architectures, transitioning from monolithic systems. This article discusses the necessity of robust, scalable authorization in distributed environments, emphasizing zero-trust principles and Cerbos's flexible, developer-friendly access control solutions.

Guide
Emre BaranMay 01, 2024
Implementing Cerbos in a Spring Boot Application

Implementing Cerbos in a Spring Boot Application

In this tutorial, you’ll learn about authorization, how it works, and how to use Cerbos to integrate authorization into a Spring Boot application.

GuideIntegration
Rohit GhumareApril 30, 2024
A complete guide to Next.js authorization

A complete guide to Next.js authorization

In this tutorial, we’ll learn about authorization, how it works, and how to integrate it into a Next.js application using Cerbos, an open-source authorization project. This approach will allow us to seamlessly manage and enforce access controls within our web application.

GuideIntegration
Emre Baran and Rohit GhumareApril 19, 2024