k8sstormcenter / honeycluster

Threat-informed defense for cloudnative: Reference Implementation of a so-called Honeycluster - for kind (and GKE, RKE2, AKS)
Apache License 2.0
19 stars 2 forks source link

Remove need to compile signal.wasm #23

Closed tobiasgrantner closed 4 months ago

tobiasgrantner commented 5 months ago

Uses static hosted signal.wasm file to transform input into signal topic. Keys to filter for are passed via environment variables using the --var argument of the rpk transform deploy command.

Currently still testing.

tobiasgrantner commented 4 months ago

Unfortunately, the maximum size of environment variables in Redpanda transforms is currently limited to 2048 characters/bytes, which would only allow us to configure a baseline of at most 55 keys. As this is not enough for our use case, I will close this pull request for now.