Project

General

Profile

Architecture #11027

Updated by Nicolas CHARLES almost 7 years ago

Only nodes with rule hasPolicyServer-* can have their reports processed by the webapp 
 However dsc nodes don't have this rule, so they rely on a hack to work 

 We ought to change the getRunsQuery in ReportsJdbcRepository to: 
 * remove the hasPolicyServer% 
 * filter on control log_info report type 

 so that it would work everywhere

Back