consolidation of some of the modules, localization fixes, product advisories work, qa work
This commit is contained in:
@@ -5,6 +5,7 @@ using StellaOps.Telemetry.Federation.Bundles;
|
||||
using StellaOps.Telemetry.Federation.Consent;
|
||||
using StellaOps.Telemetry.Federation.Intelligence;
|
||||
using StellaOps.Telemetry.Federation.Privacy;
|
||||
using StellaOps.Telemetry.Federation.Security;
|
||||
using StellaOps.Telemetry.Federation.Sync;
|
||||
|
||||
namespace StellaOps.Telemetry.Federation;
|
||||
@@ -22,6 +23,9 @@ public static class FederationServiceCollectionExtensions
|
||||
|
||||
services.TryAddSingleton<IPrivacyBudgetTracker, PrivacyBudgetTracker>();
|
||||
services.TryAddSingleton<ITelemetryAggregator, TelemetryAggregator>();
|
||||
services.TryAddSingleton<HmacFederationDsseEnvelopeService>();
|
||||
services.TryAddSingleton<IFederationDsseEnvelopeSigner>(sp => sp.GetRequiredService<HmacFederationDsseEnvelopeService>());
|
||||
services.TryAddSingleton<IFederationDsseEnvelopeVerifier>(sp => sp.GetRequiredService<HmacFederationDsseEnvelopeService>());
|
||||
services.TryAddSingleton<IConsentManager, ConsentManager>();
|
||||
services.TryAddSingleton<IFederatedTelemetryBundleBuilder, FederatedTelemetryBundleBuilder>();
|
||||
services.TryAddSingleton<IExploitIntelligenceMerger, ExploitIntelligenceMerger>();
|
||||
|
||||
Reference in New Issue
Block a user