chore: revert secret rotation flag

This commit is contained in:
Scott Wilson
2025-04-22 18:06:44 -07:00
parent 7bd312a287
commit da68073e86

View File

@@ -39,7 +39,7 @@ export const getDefaultOnPremFeatures = (): TFeatureSet => ({
trial_end: null,
has_used_trial: true,
secretApproval: false,
secretRotation: true,
secretRotation: false,
caCrl: false,
instanceUserManagement: false,
externalKms: false,