[ 
https://issues.apache.org/jira/browse/HDDS-1901?focusedWorklogId=289944&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-289944
 ]

ASF GitHub Bot logged work on HDDS-1901:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Aug/19 19:07
            Start Date: 06/Aug/19 19:07
    Worklog Time Spent: 10m 
      Work Description: xiaoyuyao commented on pull request #1228: HDDS-1901. 
Fix Ozone HTTP WebConsole Authentication. Contributed by X…
URL: https://github.com/apache/hadoop/pull/1228
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 289944)
    Time Spent: 0.5h  (was: 20m)

> Fix Ozone HTTP WebConsole Authentication
> ----------------------------------------
>
>                 Key: HDDS-1901
>                 URL: https://issues.apache.org/jira/browse/HDDS-1901
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>            Reporter: Vivek Ratnavel Subramanian
>            Assignee: Xiaoyu Yao
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> This was found during integration testing where the http authentication is 
> enabled but anonymous can still access the ozone http web console like 
> scm:9876 or om:9874. This can be reproed with the following configurations 
> added to the ozonesecure docker-compose.
> {code}
> CORE-SITE.XML_hadoop.http.authentication.simple.anonymous.allowed=false
> CORE-SITE.XML_hadoop.http.authentication.signature.secret.file=/etc/security/http_secret
> CORE-SITE.XML_hadoop.http.authentication.type=kerberos
> CORE-SITE.XML_hadoop.http.authentication.kerberos.principal=HTTP/[email protected]
> CORE-SITE.XML_hadoop.http.authentication.kerberos.keytab=/etc/security/keytabs/HTTP.keytab
> CORE-SITE.XML_hadoop.http.filter.initializers=org.apache.hadoop.security.AuthenticationFilterInitializer
> {code}
> After debugging into the KerberosAuthenticationFilter, the root cause is the 
> name of the keytab does not follow the AuthenticationFilter tradition. The 
> fix is to change 
> hdds.scm.http.kerberos.keytab.file to hdds.scm.http.kerberos.keytab and
> hdds.om.http.kerberos.keytab.file to hdds.om.http.kerberos.keytab
> I will also add an integration test for this under ozonesecure 
> docker-compose. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to