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.

2 fields
Receiver.spec.oidcProviders.variables fields and descriptions
Field / TypeDescription
expression
string required

Expression is the CEL expression that defines the variable value.

name
string required

Name is the variable name; it must be a valid CEL identifier.