You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
formatter: expose CelExpressionConfig on the CEL formatter
Add `cel_config` to `envoy.formatter.cel` configuration, allowing CEL
runtime options to be enabled on a per-formatter basis.
This is prerequisite work for #45420: the header mutation filters need
to enable CEL string functions through formatter configuration, but the
CEL formatter extension did not expose the underlying CEL expression
runtime options.
The built-in CEL parser still uses the active server context, so
existing unconfigured CEL formatter command usage is unchanged.
Signed-off-by: Kamal Al Marhubi <kamal@marhubi.com>
0 commit comments