Explorar el Código

HUE-9373 [core] keytab_reinit_frequency is ignored in hue.ini (#1161)

Co-authored-by: Romain Rigaux <romain.rigaux@gmail.com>
Ivan Dzikovsky hace 5 años
padre
commit
f15be02274
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      desktop/core/src/desktop/conf.py

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -869,7 +869,7 @@ KERBEROS = ConfigSection(
       type=str,
       default="hue/%s" % socket.getfqdn()),
     KEYTAB_REINIT_FREQUENCY=Config(
-      key='reinit_frequency',
+      key='keytab_reinit_frequency',
       help=_("Frequency in seconds with which Hue will renew its keytab."),
       type=int,
       default=60*60), #1h