Skip to content

Commit 706feaf

Browse files
committed
revert featureset changes
1 parent fc4e3f1 commit 706feaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/src/ee/services/license/license-fns.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
1717
environmentsUsed: 0,
1818
identityLimit: null,
1919
identitiesUsed: 0,
20-
dynamicSecret: true,
20+
dynamicSecret: false,
2121
secretVersioning: true,
2222
pitRecovery: false,
2323
ipAllowlisting: false,
@@ -52,7 +52,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
5252
enforceMfa: false,
5353
projectTemplates: false,
5454
kmip: false,
55-
gateway: true
55+
gateway: false
5656
});
5757

5858
export const setupLicenseRequestWithStore = (baseURL: string, refreshUrl: string, licenseKey: string) => {

0 commit comments

Comments
 (0)