google / cel-go

Fast, portable, non-Turing complete expression evaluation with gradual typing (Go)
https://cel.dev
Apache License 2.0
2.3k stars 224 forks source link

[Policy Compiler] Add optional description fields to config and policy variables #1019

Open l46kok opened 2 months ago

l46kok commented 2 months ago

https://github.com/google/cel-go/blob/master/policy/parser.go#L252 https://github.com/google/cel-go/blob/master/policy/config.go#L111

Similar to how we support adding descriptions in various places of the policy engine, affixing variables with custom description is an often requested feature.