Kaynağa Gözat

HUE-718 kinit not found in a secure cluster

Hue can't find kinit in a secure cluster environment as normal user.
Romain Rigaux 13 yıl önce
ebeveyn
işleme
b1e000a70c

+ 2 - 0
desktop/conf.dist/hue.ini

@@ -157,6 +157,8 @@
     ## hue_keytab=
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
+    # Path to kinit
+    ## kinit_path=/path/to/kinit
 
 
 ###########################################################################

+ 2 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -163,6 +163,8 @@
     ## hue_keytab=
     # Kerberos principal name for Hue
     ## hue_principal=hue/hostname.foo.com
+    # Path to kinit
+    ## kinit_path=/path/to/kinit
 
 
 ###########################################################################