flux v2.9.5
Receiver.spec.oidcProviders[].variables
Variables is an optional list of named CEL expressions, evaluated in order and exposed as 'vars.<name>'. Each expression can read the token claims via 'claims' and any variable defined before it. Use it to share sub-expressions across validations.
| Field / Type | Description |
|---|---|
expression | Expression is the CEL expression that defines the variable value. |
name | Name is the variable name; it must be a valid CEL identifier. |