Martin Carlsson
04/20/2025, 4:29 AMMartin Carlsson
04/20/2025, 4:30 AMnpm run build
Martin Carlsson
04/20/2025, 6:41 AMDennis (Cerbos)
cerbos compile
command to validate, compile and run tests on a policy repo.
• You can define the JSON schemas “for all your principal and resource attributes on a per-resource basis by specifying them in the resource policy”. These schemas will be used to validate Cerbos requests.Martin Carlsson
04/21/2025, 4:14 AMcerbos compile
command.
I am unable to install the binary
$ curl -L -o cerbos.tar.gz "<https://github.com/cerbos/cerbos/releases/download/v0.43.0/arm64>"
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9 100 9 0 0 19 0 --:--:-- --:--:-- --:--:-- 19
$
The file cerbos.tar.gz that is downloaded just contains the string: Not FoundDennis (Cerbos)
curl -L -o cerbos.tar.gz "<https://github.com/cerbos/cerbos/releases/download/v0.43.0/cerbos_0.43.0_Linux_arm64.tar.gz>"
Dennis (Cerbos)
curl -L -o cerbos.tar.gz "<https://github.com/cerbos/cerbos/releases/download/v0.43.0/cerbos_0.43.0_Darwin_all.tar.gz>"
Dennis (Cerbos)
Martin Carlsson
04/21/2025, 4:49 AMdocker exec cerbos /cerbos compile /workspace/cerbos
Dennis (Cerbos)