kubewarden / kubewarden-controller

Manage admission policies in your Kubernetes cluster with ease
https://kubewarden.io
Apache License 2.0
189 stars 33 forks source link

Write policies using Common Expression Language (CEL) #637

Open flavio opened 7 months ago

flavio commented 7 months ago

We want to allow users to write policies using CEL. CEL is a programming language that is gaining momentum inside of the Kubernetes world. It's now part of the core Kubernetes, since users can write policies using it. CEL is also easier to write compared to Rego.

Acceptance criteria