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:
parent
9e78236a72
commit
79a5ed42d5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user