mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
[PM-1026] Add constant key to retrieve feature flag from darkly sdk. (#2823)
* [PM-1026] Add constant key to retrieve feature flag from darkly sdk. * [PM-1026] Rename constant
This commit is contained in:
@@ -28,6 +28,7 @@ public static class AuthenticationSchemes
|
|||||||
public static class FeatureFlagKeys
|
public static class FeatureFlagKeys
|
||||||
{
|
{
|
||||||
public const string SecretsManager = "secrets-manager";
|
public const string SecretsManager = "secrets-manager";
|
||||||
|
public const string DisplayEuEnvironment = "display-eu-environment";
|
||||||
|
|
||||||
public static List<string> GetAllKeys()
|
public static List<string> GetAllKeys()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user