Stefan de Kooter
03/11/2025, 3:09 PMoguzhan
output:
when:
ruleActivated: |-
{ "key": "value " + V.some_variable }
Charith (Cerbos)
"foo_%s_%d".format(["bar", 1])
Stefan de Kooter
03/11/2025, 8:25 PMoguzhan
curl -X POST '<https://demo-pdp.cerbos.cloud/api/check/resources>' \
--header 'Playground-Instance: tl2u67d14413K1hnz7KXUn4h6igQdRf4' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "123123",
"principal": {
"id": "alex",
"roles": [
"ADMIN"
],
"attr": {}
},
"resources": [
{
"resource": {
"kind": "leave_request",
"id": "1",
"attr": {}
},
"actions": [
"delete"
]
}
]
}'
sdktr
03/13/2025, 4:53 PM