remove regex and fix lint

This commit is contained in:
Maidul Islam
2025-03-11 12:49:55 -04:00
parent 75e0a68b68
commit f5749e326a
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -50,7 +50,6 @@ export type TDynamicSecretProvider =
database: string;
username: string;
password: string;
passwordRegex?: string;
creationStatement: string;
revocationStatement: string;
renewStatement?: string;