-
Notifications
You must be signed in to change notification settings - Fork 114
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
add projects to processNode #365
Comments
The
For the update process, we can either add the node-manager-service to project update process or have compliance kill off the update process. |
what if there was an endpoint, only exposed internally, |
How we currently have the ingest-service and compliance-service project update working it could not call that endpoint because the update process is running in elasticsearch with the painless script. |
ok, so we'll have to store the info. coooolz....i'll gotta think a bit on how to do this |
had some time on the airplane to sort this out.
|
User Story
Both the ingest service and compliance ingestion are now calling NodeManager.ProcessNode on report ingestion.
We need to add
projects: []string{}
to the ProcessNode message and ensure that both of the ingestion services are passing that information through, so that those nodes will have the correct project definitions.Also, how do we keep these nodes in sync when there is an ingest rules change that runs through the update process?
Definition of Done
Projects on nodes between ingest, compliance, and nodemanager are in sync.
The text was updated successfully, but these errors were encountered: