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 "Arpit Gupta (Created) (JIRA)" <ji...@apache.org> on 2011/09/27 01:55:12 UTC

[jira] [Created] (HDFS-2368) defaults created for web keytab and principal, these properties should not have defaults

defaults created for web keytab and principal, these properties should not have defaults
----------------------------------------------------------------------------------------

                 Key: HDFS-2368
                 URL: https://issues.apache.org/jira/browse/HDFS-2368
             Project: Hadoop HDFS
          Issue Type: Bug
    Affects Versions: 0.20.205.0
            Reporter: Arpit Gupta
            Assignee: Tsz Wo (Nicholas), SZE


the following defaults are set in hdfs-defaults.xml

<property>
  <name>dfs.web.authentication.kerberos.principal</name>
  <value>HTTP/${dfs.web.hostname}@${kerberos.realm}</value>
  <description>
    The HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint.

    The HTTP Kerberos principal MUST start with 'HTTP/' per Kerberos
    HTTP SPENGO specification.
  </description>
</property>

<property>
  <name>dfs.web.authentication.kerberos.keytab</name>
  <value>${user.home}/dfs.web.keytab</value>
  <description>
    The Kerberos keytab file with the credentials for the
    HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint.
  </description>
</property>


These properties should not have defaults

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HDFS-2368) defaults created for web keytab and principal, these properties should not have defaults

Posted by "Tsz Wo (Nicholas), SZE (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE resolved HDFS-2368.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.24.0
                   0.20.206.0
                   0.20.205.0
     Hadoop Flags: Reviewed

Thanks Jitendra for the review.

I have committed this.
                
> defaults created for web keytab and principal, these properties should not have defaults
> ----------------------------------------------------------------------------------------
>
>                 Key: HDFS-2368
>                 URL: https://issues.apache.org/jira/browse/HDFS-2368
>             Project: Hadoop HDFS
>          Issue Type: Bug
>    Affects Versions: 0.20.205.0
>            Reporter: Arpit Gupta
>            Assignee: Tsz Wo (Nicholas), SZE
>             Fix For: 0.20.205.0, 0.20.206.0, 0.24.0
>
>         Attachments: h2368_20110927.patch, h2368_20110927_0.20s.patch
>
>
> the following defaults are set in hdfs-defaults.xml
> <property>
>   <name>dfs.web.authentication.kerberos.principal</name>
>   <value>HTTP/${dfs.web.hostname}@${kerberos.realm}</value>
>   <description>
>     The HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint.
>     The HTTP Kerberos principal MUST start with 'HTTP/' per Kerberos
>     HTTP SPENGO specification.
>   </description>
> </property>
> <property>
>   <name>dfs.web.authentication.kerberos.keytab</name>
>   <value>${user.home}/dfs.web.keytab</value>
>   <description>
>     The Kerberos keytab file with the credentials for the
>     HTTP Kerberos principal used by Hadoop-Auth in the HTTP endpoint.
>   </description>
> </property>
> These properties should not have defaults

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira