diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue b/dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue index c6115509ca..603db39ebe 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/datasource/pages/list/_source/createDataSource.vue @@ -514,7 +514,9 @@ this.store.dispatch('datasource/getKerberosStartupState').then(res => { this.isShowPrincipal = res if ((value === 'HIVE' || value === 'SPARK') && this.isShowPrincipal === true) { - this.showPrincipal = false + // TODO: follow-up support for multiple kerberos + // this.showPrincipal = false + this.showPrincipal = true } else { this.showPrincipal = true }