hyades
hyades copied to clipboard
Defect Dojo integration require a server restart
Current Behavior
DefectDojo sync only works after a server restart.
As pointed out in #1484, this is a behavior already known. Feel free to close this issue if needed
Steps to Reproduce
Start configuration : sync is deactivated through UI, TASK_CRON_DEFECTDOJO_SYNC is setup with value "*/1 * * * *" to run sync every minute
11:49: api-server is restarted 11:51: activated through UI 11:54: no effect
Expected Behavior
After 11:51, we expect the sync to happens
Hyades Version
(using docker images)
All quarkus component: 0.6.0-SNAPSHOT
hyades-apiserver:5.5.0 hyades-frontend:5.5.0
Repository Type
Hyades apiserver
Browser
N/A
Checklist
- [X] I have read and understand the contributing guidelines
- [X] I have checked the existing issues for whether this defect was already reported