Commit 22bb13b
committed
fix(security): correct exporter config — timeout, field name, CA
- Increase vuls_server timeout from 30s to 5m — 30s is too short for
large package sets (786+ packages), causing premature scan failures.
- Rename push_interval to scan_interval — matches the actual config
field name expected by the exporter binary.
- Remove ca_file (Puppet CA) — it replaced the system cert pool instead
of appending to it, breaking server cert verification when the Vuls
server uses a public CA.1 parent c324926 commit 22bb13b
1 file changed
Lines changed: 2 additions & 3 deletions
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
| 98 | + | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
| |||
0 commit comments