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

event-generator launched through helm chart, can't run k8saudit tests #723

Closed
cam-at-tactiq opened this issue Aug 7, 2024 · 5 comments
Closed
Labels
kind/bug Something isn't working

Comments

@cam-at-tactiq
Copy link
Contributor

Describe the bug

event-generator launched through helm chart, can't run k8saudit tests

How to reproduce it

  helm install event-generator-k8saudits falcosecurity/event-generator \
    --namespace event-generator \
    --create-namespace \
    --set config.loop=false \
    --set config.actions="^k8saudit"

Expected behaviour

K8S rules should run, instead we get the error:
Error: none of the selected actions is enabled FATA error executing event-generator error="none of the selected actions is enabled"

Environment

  • Falco version:
  • System info: 4.7.2
  • Cloud provider or hardware configuration:
  • OS: GKE
  • Kernel:
  • Installation method: Helm

Additional context

@cam-at-tactiq cam-at-tactiq added the kind/bug Something isn't working label Aug 7, 2024
@cam-at-tactiq
Copy link
Contributor Author

Please see the issue falcosecurity/event-generator#212 originally raised by alfredomagallon.

The fix for this is to add --all in the pod template here

{{- if .Values.config.actions }}

@cam-at-tactiq
Copy link
Contributor Author

This is still an issue with an open PR at #725 to fix it, is anyone able to review that PR?

@Andreagit97
Copy link
Member

Ei! Thank you for the proposed fix we will take a look ASAP! @alacuku

@leogr
Copy link
Member

leogr commented Aug 28, 2024

Hey
@cam-at-tactiq, this should be fixed now. May you confirm? Thanks

@cam-at-tactiq
Copy link
Contributor Author

@leogr yes this is fixed now, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants