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 #212

Open
alfredomagallon opened this issue May 29, 2024 · 1 comment

Comments

@alfredomagallon
Copy link

alfredomagallon commented May 29, 2024

Describe the bug

I tried to launch event-generator using helm in order to test the k8saudit events:

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

however, that results in the following error:

Error: none of the selected actions is enabled
FATA error executing event-generator               error="none of the selected actions is enabled"

How to reproduce it

Setup a kind cluster
Enable k8s audit logs
Setup falco
Setup event-generator using the command above

Expected behaviour

Valid k8saudit events should be tested

Environment

  • Falco version:
    0.37.1, latest event generator
  • System info:
    Kind cluster in Github runner
  • OS: Ubuntu
  • Installation method: Helm
@alfredomagallon alfredomagallon changed the title event-generator launched through helm chart, can't launch k8saudit tests event-generator launched through helm chart, can't run k8saudit tests May 29, 2024
@poiana
Copy link

poiana commented Aug 27, 2024

Issues go stale after 90d of inactivity.

Mark the issue as fresh with /remove-lifecycle stale.

Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Provide feedback via https://github.com/falcosecurity/community.

/lifecycle stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants