synergy moats product advisory implementations
This commit is contained in:
@@ -20,6 +20,7 @@ using StellaOps.Scheduler.WebService.GraphJobs;
|
||||
using StellaOps.Scheduler.WebService.GraphJobs.Events;
|
||||
using StellaOps.Scheduler.WebService.Schedules;
|
||||
using StellaOps.Scheduler.WebService.Options;
|
||||
using StellaOps.Scheduler.WebService.Observability;
|
||||
using StellaOps.Scheduler.WebService.PolicyRuns;
|
||||
using StellaOps.Scheduler.WebService.PolicySimulations;
|
||||
using StellaOps.Scheduler.WebService.VulnerabilityResolverJobs;
|
||||
@@ -207,6 +208,7 @@ var app = builder.Build();
|
||||
|
||||
app.UseAuthentication();
|
||||
app.UseAuthorization();
|
||||
app.UseMiddleware<SchedulerTelemetryMiddleware>();
|
||||
app.TryUseStellaRouter(routerOptions);
|
||||
|
||||
if (!authorityOptions.Enabled)
|
||||
|
||||
Reference in New Issue
Block a user