Use a phased enrollment strategy for the pnp compatibility flag

This commit is contained in:
Jon Chambers
2024-02-18 17:21:11 -05:00
committed by Jon Chambers
parent 11e6ff1bbe
commit 3e12a8780d
7 changed files with 31 additions and 21 deletions

View File

@@ -901,6 +901,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
dynamicConfigurationManager, zkSecretParams, spamChecker),
new PaymentsController(currencyManager, paymentsCredentialsGenerator),
new ProfileController(clock, rateLimiters, accountsManager, profilesManager, dynamicConfigurationManager,
experimentEnrollmentManager,
profileBadgeConverter, config.getBadges(), cdnS3Client, profileCdnPolicyGenerator, profileCdnPolicySigner,
config.getCdnConfiguration().bucket(), zkProfileOperations, batchIdentityCheckExecutor),
new ProvisioningController(rateLimiters, provisioningManager),