set dynamic secret to true

This commit is contained in:
Maidul Islam
2024-03-26 10:26:22 -04:00
parent 1f939a5e58
commit 17bb2e8a7d
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
membersUsed: 0,
environmentLimit: null,
environmentsUsed: 0,
dynamicSecret: false,
dynamicSecret: true,
secretVersioning: true,
pitRecovery: false,
ipAllowlisting: false,

View File

@@ -27,7 +27,7 @@ export type TFeatureSet = {
tier: -1;
workspaceLimit: null;
workspacesUsed: 0;
dynamicSecret: false;
dynamicSecret: true;
memberLimit: null;
membersUsed: 0;
environmentLimit: null;