Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NormalizeMapKeysInCEL ¶
normalizeMapKeysInCEL lowercases header and param keys in CEL expressions so that headers["X-Api-Key"] becomes headers["x-api-key"], "X-Api-Key" in headers becomes "x-api-key" in headers, params["Region"] becomes params["region"], and "Region" in params becomes "region" in params. This ensures CEL expressions match against the normalized (lowercase) map keys at runtime.
func ValidateCELExpression ¶
validateCELExpression performs basic validation on CEL expression format
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.