docs/release_notes/v1.4.1.md
When trying to connect to an Kubernetes node, using the kubectl debug command (for example, kubectl debug node/ -it --image=mcr.microsoft.com/aks/fundamental/base-ubuntu:v0.0.11), the connection is denied due "sidecar-injector.dapr.io" admission webhook:
Error from server: admission webhook "sidecar-injector.dapr.io" denied the request: service account 'xxxxxxx' not on the list of allowed controller accounts
The following CEL expression for PubSub Routing fails:
has(event.data.important) && event.data.important == true
Using event more than once causes an error because it tries to compile an underlying CEL program with the variable defined multiple times.