Cerbos PDP
The v0.37.0 version of Cerbos PDP adds support for autocomplete when using the Cerbos REPL, new Kubernetes deployment options and updates to the AdminAPI.
The Cerbos REPL provides auto-completion for built-in commands and files, enhancing its use for the development and debugging of policies.
In addition to variables, InspectPolicies Admin API response also includes the derived roles that are referenced in each inspected policy. It also supports restricting the results to one or more policies using their IDs.
Kubernetes users can deploy Cerbos as a DaemonSet using the official Helm chart, reducing resource usage compared to the sidecar model.
The cerbos compile command provides better context information about YAML syntax errors in policies, and the cerbosctl inspect command can now produce output in machine-readable formats as well.
Based on user feedback, some Admin API restrictions — such as the limit on the number of policies that can be updated in a single AddOrUpdatePolicy request — have been relaxed in this release.
You can find the full release notes here: v0.37.0
Cerbos PDP is open source, check out our GitHub