-
Notifications
You must be signed in to change notification settings - Fork 1
ROX-31434: Add node to file system events #147
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
ROX-31434: Add node to file system events #147
Conversation
.gitmodules
Outdated
| path = third_party/stackrox | ||
| url = https://github.com/stackrox/stackrox | ||
| branch = master | ||
| branch = jv-ROX-31434-enrich-file-system-events-with-node-details |
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.
First the branch listed above will be merged in stackrox/stackrox. Then this can be changed to master. Then this PR can be merged.
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.
Can you list the PR associated with the branch so we can look at the changes in there in a simpler way?
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.
The PR associated with this branch is this one https://issues.redhat.com/browse/ROX-31753
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.
That is an issue, I was referring to the PR in the stackrox/stackrox repo
I guess I'll find it by searching the issue number...
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.
Found it, it is stackrox/stackrox#17792
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.
This has now been changed back to master.
Molter73
left a comment
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.
Change LGTM, but as stated in one of your comments, we need to get the new branch in the main repo merged to master before I can approve.
.gitmodules
Outdated
| path = third_party/stackrox | ||
| url = https://github.com/stackrox/stackrox | ||
| branch = master | ||
| branch = jv-ROX-31434-enrich-file-system-events-with-node-details |
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.
Can you list the PR associated with the branch so we can look at the changes in there in a simpler way?
|
/retest |
Molter73
left a comment
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.
LGTM! Thanks for driving this one @JoukoVirtanen!
Description
Makes it so that the node is reported for fact events. The node name is added to the protobuf definition for fact messages here stackrox/stackrox#17792. That PR also enriches events from fact with node information.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
Testing was performed here stackrox/stackrox#17792 and shows that the node name is sent. Unfortunately it is obtained from the fact containers
etcorprocdirectory instead of its hosts. That can be fixed in a different PR.