You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2018/06/07 15:42:00 UTC

[jira] [Updated] (HADOOP-15518) Authentication filter calling handler after request already authenticated

     [ https://issues.apache.org/jira/browse/HADOOP-15518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Minder updated HADOOP-15518:
----------------------------------
    Description: The hadoop-auth AuthenticationFilter will invoke its handler even if a prior successful authentication has occurred.  This primarily affects situations where multipole authentication mechanism has been configured.  For example when core-site.xml's has hadoop.http.authentication.type and yarn-site.xml has yarn.timeline-service.http-authentication.type the result is an attempt to perform two Kerberos authentications for the same request.  This in turn results in Kerberos triggering a replay attack detection.  

> Authentication filter calling handler after request already authenticated
> -------------------------------------------------------------------------
>
>                 Key: HADOOP-15518
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15518
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.7.1
>            Reporter: Kevin Minder
>            Priority: Major
>
> The hadoop-auth AuthenticationFilter will invoke its handler even if a prior successful authentication has occurred.  This primarily affects situations where multipole authentication mechanism has been configured.  For example when core-site.xml's has hadoop.http.authentication.type and yarn-site.xml has yarn.timeline-service.http-authentication.type the result is an attempt to perform two Kerberos authentications for the same request.  This in turn results in Kerberos triggering a replay attack detection.  



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

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