You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Íñigo Goiri (JIRA)" <ji...@apache.org> on 2018/11/02 22:46:00 UTC

[jira] [Created] (HDFS-14051) Refactor NameNodeHttpServer#initWebHdfs to specify local keytab

Íñigo Goiri created HDFS-14051:
----------------------------------

             Summary: Refactor NameNodeHttpServer#initWebHdfs to specify local keytab
                 Key: HDFS-14051
                 URL: https://issues.apache.org/jira/browse/HDFS-14051
             Project: Hadoop HDFS
          Issue Type: Improvement
            Reporter: Íñigo Goiri
            Assignee: CR Hota


We use {{NameNodeHttpServer#initWebHdfs}} from {{RouterHttpServer}}.
However, this relies on {{NameNodeHttpServer#getAuthFilterParams()}} which uses:
{code}
    String httpKeytab = conf.get(DFSUtil.getSpnegoKeytabKey(conf,
        DFSConfigKeys.DFS_NAMENODE_KEYTAB_FILE_KEY));
{code}
We should refactor this to be able to specify the keytab file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org