Cerbos Playground - Prototype, test and share policies

Files

Try out Cerbos Hub - A complete authorization management system for authoring, testing, and deploying policy

Welcome to your playground!

This environment lets you learn as you go and experiment with Cerbos right here. No setup needed, no “works on my machine” bias, just you and your policies.

Policy files

You can add new resource, derived role, or principal policies on the left.

For syntax of the policy files, please see the documentation.

Testing actions for principals and resources

You can add multiple principal and resource definitions on the right. At any point, you can see whether the listed actions are allowed or disallowed on the right.

Alternatively, Check all button allows bulk checks for all the principals or resources.

Welcome to your playground!

OutputsProblemsTests

No policy outputs defined. Policies can return context along with the decisions - read more in the documentation..

Principal

Who is performing the action(s)?

Try the API

Principal 1

{ "id":"123", "roles":[ "USER" ], "attr":{} }

Resource

What is being accessed?

Resource 1

{ "id":"123", "kind":"basicResource", "attr":{} }

Actions

List of actions the principal is attempting to do with the resource

basicResource Actions Result

Check AllQuery Plan

Aux Data

Additional request context

Request

The HTTP request payload to Cerbos PDP

Try the API

Response

The HTTP response from Cerbos PDP

Welcome to the Cerbos Playground

This environment allows you to build, test and debug authorization policies in realtime and share examples with your team.

Full documentation can be found at docs.cerbos.dev