You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting up falcosidekick to transfer falco events to a cloudevents broker such as knative, it throws the following error:
[ERROR] : CloudEvents - extension:source: bad key "source": CloudEvents spec attribute MUST NOT be overwritten by extension
This is due to this line of the cloudevents go-sdk. More precisely, it is due to the fact that falcosidekick uses source as an attribute when it should not according to the cloudevents spec.
How to reproduce it
Install falco with falcosidekick exporting events to a cloudevents broker such as knative. Follow for instance this blog post.
Expected behaviour
Falcosidekick should not use the source attribute.
Describe the bug
When setting up falcosidekick to transfer falco events to a cloudevents broker such as knative, it throws the following error:
This is due to this line of the cloudevents go-sdk. More precisely, it is due to the fact that falcosidekick uses
source
as an attribute when it should not according to the cloudevents spec.How to reproduce it
Install falco with falcosidekick exporting events to a cloudevents broker such as knative. Follow for instance this blog post.
Expected behaviour
Falcosidekick should not use the
source
attribute.Environment
Bare metal
Debian GNU/Linux 11 (bullseye)
Kubernetes
The text was updated successfully, but these errors were encountered: