diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index b1843a9..2a5c9d2 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -320,7 +320,7 @@ export const DATA_BASE_TYPES = [ internal: true, type: 'jdbc', hasSchema: true, - kerberos: false, + kerberos: true, }, { text: 'FusionInsight elk', @@ -331,7 +331,7 @@ export const DATA_BASE_TYPES = [ internal: true, type: 'jdbc', hasSchema: true, - kerberos: false, + kerberos: true, }, { text: 'FusionInsight HD', @@ -342,7 +342,7 @@ export const DATA_BASE_TYPES = [ internal: true, type: 'jdbc', hasSchema: false, - kerberos: false, + kerberos: true, }, { text: 'GaussDB 200', @@ -353,7 +353,7 @@ export const DATA_BASE_TYPES = [ internal: true, type: 'jdbc', hasSchema: true, - kerberos: false, + kerberos: true, }, { text: 'Hadoop Hive', databaseType: 'hadoop-hive',