fleetdm / fleet

Open-source platform for IT, security, and infrastructure teams. (Linux, macOS, Chrome, Windows, cloud, data center)
https://fleetdm.com
Other
2.97k stars 413 forks source link

Decouple the vulnerability and software titles schduled processes so one can work while the other is diabled #22340

Open ghernandez345 opened 4 days ago

ghernandez345 commented 4 days ago

Problem

The software titles processing jobs depend on the vulnerability processing jobs being enabled. We'd like these to be decoupled so that we can disable the vulnerability scheduled jobs and have the software titles processing jobs still work.

What have you tried?

This is how the product was designed. There is no workaround atm.

Potential solutions

Decoupling these two scheduled processes so that you can disable the vulnerability processing and have the software titles scheduled processes still work.

What is the expected workflow as a result of your proposal?

Should still be able to disable the vulnerability processes with these configuration variables and have software titles processes still run.

FLEET_VULNERABILITIES_DISABLE_SCHEDULE = true
FLEET_VULNERABILITIES_DISABLE_DATA_SYNC = true
JoStableford commented 4 days ago

Linked to Unthread ticket:

Bug on Customer Software Page - Empty List and Console Error #2967)

ddribeiro commented 1 day ago

This is a duplicate or similar to #19546. cc: @getvictor