-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If Caldera executor is enabled and Caldera is down, the platform should fail to start #1201
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1201 +/- ##
============================================
- Coverage 24.84% 24.71% -0.14%
- Complexity 1057 1062 +5
============================================
Files 487 489 +2
Lines 12121 12246 +125
Branches 661 667 +6
============================================
+ Hits 3012 3027 +15
- Misses 9018 9127 +109
- Partials 91 92 +1 ☔ View full report in Codecov by Sentry. |
@RomuDeuxfois do you think this PR is a good occasion to implement also: #1206? |
@SamuelHassine we can indeed, the subjects are close. In the case of mandatory dependencies, we align with OpenCTI, display logs and failed to start. Is it all good? |
@RomuDeuxfois I hate to be that guy but the banner is displayed next to and not above the scrollbar : |
openbas-api/src/main/java/io/openbas/executors/caldera/service/CalderaExecutorService.java
Outdated
Show resolved
Hide resolved
something to align with what is currently implemented at OpenCTI side. |
|
|
@Dimfacion ready for a second round |
Related issues