Enable License scanning for CycloneDX
What does this MR do and why?
Enable by default feature flags and update documentation
Timeline
In %15.10 we have already enabled this feature but it was reverted because it caused issues with performance. Those issues were addressed and now we are ready to enable this feature again. Here is the timeline
- Original MR to enable the new license scanning feature.
- Multiple E2E failures in main/master due to DB performance issues with new instances
- Revert default-enabled license scanning features
- Investigation how to improve performance
- Implemented Throttle external license DB sync to remove pressure during initial sync, this fixes the performance issue for new instances.
- Implemented application setting and an Admin tool to control the sync. Now the sync is Disabled by default in settings, that fixes issues for QA environments.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.