Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CEL in Pepr #1148

Open
cmwylie19 opened this issue Sep 18, 2024 · 0 comments
Open

Support CEL in Pepr #1148

cmwylie19 opened this issue Sep 18, 2024 · 0 comments
Labels
dash days experimentation enhancement New feature or request

Comments

@cmwylie19
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

Regex is slow, and Kubernetes now supports CEL, which has regex built in but it is interpreted quicker due to the backend. This would require Go but we already support WASM and that could theoretically be passed to the Go code for interpretation

https://kubernetes.io/docs/reference/using-api/cel/#kubernetes-regex-library

Describe the solution you'd like

  • Given a user creates a binding that includes CEL
  • When the binding filters are being interpretted
  • Then it is the Go code that interprets the CEL

Describe alternatives you've considered

(optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@cmwylie19 cmwylie19 added enhancement New feature or request dash days experimentation labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dash days experimentation enhancement New feature or request
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant