-
Notifications
You must be signed in to change notification settings - Fork 83
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
falco load k8s audit rules failed #550
Comments
container falcoctl-artifact-install log |
Hey @woniuzhang, thanks for the issue. I'm seeing the same issue but it does not seem to be related to line 82:
I will investigate in the coming days and report back here. |
I guess it had been fixed, you can see it here: https://github.com/falcosecurity/plugins/blob/k8saudit-0.7.0/plugins/k8saudit/rules/k8s_audit_rules.yaml#L82 |
/assign I'm on it Also I'm moving this issue to the plugins repo, since the problem is there. |
Hey @woniuzhang The problem has been fixed already, you should use the latest plugins and rules version, which is 0.11. I've also prepared falcosecurity/charts#799 for our helm charts to bump k8saudit to the latest version. Please let me know if that solves your issue. Thank you 🙏 |
/etc/falco/k8s_audit_rules.yaml | schema validation: failed for [11]: Value type not permitted by 'type' constraint.
Using helm chart install falco and use values-k8saudit.yaml as value file
Chart.yaml
apiVersion: v2
appVersion: 0.39.1
dependencies:
name: falcosidekick
repository: https://falcosecurity.github.io/charts
version: 0.8.*
name: k8s-metacollector
repository: https://falcosecurity.github.io/charts
version: 0.1.*
description: Falco
home: https://falco.org
icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/falco/horizontal/color/falco-horizontal-color.svg
keywords:
maintainers:
name: The Falco Authors
name: falco
sources:
version: 4.11.1
The text was updated successfully, but these errors were encountered: