-
Notifications
You must be signed in to change notification settings - Fork 60
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
Implement driver loading capabilities in falcoctl #327
Comments
/assign @FedeDP |
Still missing:
|
I'd like to tag a 0.7.0-alpha once falcosecurity/falco#2413 is merged and needed changes land in falcoctl, to be able to test Falco with the new driver-loader. |
I'll take a look at falcosecurity/falco#2413 soon 👍 |
IMHO we can close this one; Falco master now ships the new driver loader, and tests are ongoing. |
@FedeDP: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
According to this proposal: /~https://github.com/falcosecurity/falco/blob/master/proposals/20221129-artifacts-distribution.md#deprecate-falco-driver-loader we need a new home for the Falco driver loader. This issue acts as a basic requirement specification for this and as a place for discussion. The issue will be updated with more details as it's being developed.
This issue covers feature parity with the driver loader script. The main required features are:
In addition, the design should allow for other projects using the Falco libs to use falcoctl or import it into their own Go-based tooling, meaning that their strategy to download and build prebuilt could be a little different and the design should still allow for that to work. In addition, it should be easier for contributors to add support for their own favorite distribution, since it has proven to be a bit hard to do the same in the bash script.
Why is this needed:
/~https://github.com/falcosecurity/falco/blob/master/proposals/20221129-artifacts-distribution.md#deprecate-falco-driver-loader
The text was updated successfully, but these errors were encountered: