v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Workload Federation

Test Cel

TestCEL evaluates a CEL expression against provided claims without requiring a JWT, provider, or trust. Used for expression authoring.

post/api/v1/workload_federation/test-cel

Request body

claimsJsonstring

The claims to evaluate against, as a JSON string. Parsed into map[string]any for CEL evaluation.

expressionstring

The CEL expression to evaluate. Must return bool.

Response

Successful response

errorstring

Error message if compilation or evaluation failed.

expressionstring

The expression that was evaluated (echo back).

matchedboolean

Whether the expression matched (returned true).