-
Notifications
You must be signed in to change notification settings - Fork 914
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
cleanup(falco.yaml): rename none
in nodriver
#3012
Conversation
Even though the In other words, the
Thus, I'd suggest:
I've highlighted this because it would be nice to choose a name without risking the need to change it again.
+1 better to change it now. |
so you are suggesting renaming the actual |
Agree, |
e474957
to
69e7f26
Compare
Signed-off-by: Andrea Terzolo <[email protected]> Co-authored-by: Leonardo Grasso <[email protected]>
69e7f26
to
b042954
Compare
done! |
none
in state_only
none
in state_only
none
in state_only
none
in nodriver
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
LGTM label has been added. Git tree hash: 5f1b4188178c7c0a43d4c673c281d76d105564ff
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Andreagit97, FedeDP, leogr The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
Any specific area of the project related to this PR?
/area engine
What this PR does / why we need it:
This PR renames the
none
engine config intostate_only
. The idea is thatnone
should mean no engine enabled, but this is not the case. Even though thenodriver
is a particular engine, it opens an inspector without generating events. So the idea is to rename thenone
intostate_only
and leave thenone
config for future use cases.For example
none
should be used when we want to run a source plugin likek8saudit
without opening a syscall engine. Today we need to do something like this:In the future, if we add the config
none
we could simply specifynone
in the config file and we have doneI renamed the config into
state_only
because, in the end, this is what thenodriver
does, it opens an inspector and the thread table allowing plugins with syscall source to run.Special notes for your reviewer:
I would like to have it in this release because if we do it now this is not a breaking change, if we wait Falco 0.38.0 it will become a breaking change
Does this PR introduce a user-facing change?: