This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch 2.0.1-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.1-release by this push:
     new fc233f0  [Feature][Datasource] Disabled kerberos. (#7270)
fc233f0 is described below

commit fc233f06ff95ef0fc2e6ea6574f64513a5551b28
Author: songjianet <[email protected]>
AuthorDate: Wed Dec 8 18:40:00 2021 +0800

    [Feature][Datasource] Disabled kerberos. (#7270)
---
 .../home/pages/datasource/pages/list/_source/createDataSource.vue     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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 c611550..603db39 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
             }

Reply via email to