We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4e3f1 commit 706feafCopy full SHA for 706feaf
backend/src/ee/services/license/license-fns.ts
@@ -17,7 +17,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
17
environmentsUsed: 0,
18
identityLimit: null,
19
identitiesUsed: 0,
20
- dynamicSecret: true,
+ dynamicSecret: false,
21
secretVersioning: true,
22
pitRecovery: false,
23
ipAllowlisting: false,
@@ -52,7 +52,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
52
enforceMfa: false,
53
projectTemplates: false,
54
kmip: false,
55
- gateway: true
+ gateway: false
56
});
57
58
export const setupLicenseRequestWithStore = (baseURL: string, refreshUrl: string, licenseKey: string) => {
0 commit comments