1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-05 19:17:36 +01:00

[PM-4154] Add PM-4154-bulk-encryption-service feature flag (#4091)

* Add multi-worker encryption service feature flag

* Rename flag to BulkEncryptionService
This commit is contained in:
Bernd Schoolmann 2024-07-10 16:01:26 +02:00 committed by GitHub
parent 9e78236a72
commit 79a5ed42d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,6 +126,7 @@ public static class FeatureFlagKeys
public const string AnhFcmv1Migration = "anh-fcmv1-migration";
public const string ExtensionRefresh = "extension-refresh";
public const string RestrictProviderAccess = "restrict-provider-access";
public const string PM4154BulkEncryptionService = "PM-4154-bulk-encryption-service";
public const string VaultBulkManagementAction = "vault-bulk-management-action";
public const string BulkDeviceApproval = "bulk-device-approval";
public const string MemberAccessReport = "ac-2059-member-access-report";