Cerbos v0.42.0 :: Cerbos Authorization Management Platform // Documentation

Cerbos v0.42.0

Highlights

This release adds support for working with SPIFFE identities in policy conditions. When writing policies for authorizing actions performed by other services or applications, these new functions help with writing rules based on the workload identity of the caller such as comparing the trust domain or matching a set of pre-defined identities among other things. See the function documentation for examples.

Audit log entries now contain nested attribute values as actual JSON values instead of stringified JSON. Note that this might be a breaking change if your log aggregation system is configured to extract particular values from the stringified representation.

During the engine overhaul in version 0.41.0, a bug was introduced where changes to derived role policies didn’t update the cached policy state of the PDP. This issue is now rectified.

Other bug fixes include triggering a reload of schemas when the store reload Admin API endpoint is called and fixing the evaluation of nested condition blocks in the REPL.

Changelog

Bug Fixes

Features

Enhancements

Documentation

Chores