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 "Xiao Chen (JIRA)" <ji...@apache.org> on 2016/06/01 01:05:13 UTC

[jira] [Commented] (HADOOP-13228) Add delegation token to the connection in DelegationTokenAuthenticator

    [ https://issues.apache.org/jira/browse/HADOOP-13228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309000#comment-15309000 ] 

Xiao Chen commented on HADOOP-13228:
------------------------------------

In {{DelegationTokenAuthenticatedURL#openConnection}}, we put delegation token (DT) on the request header or query string (deprecated).
However, in {{getDelegationToken}} / {{renewDelegationToken}} / {{cancelDelegationToken}}, we don't have such logic. Without a delegation token, the server side's {{DelegationTokenAuthenticationHandler}} falls back to authenticate via the AuthenticationHandler.

> Add delegation token to the connection in DelegationTokenAuthenticator
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-13228
>                 URL: https://issues.apache.org/jira/browse/HADOOP-13228
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: security
>    Affects Versions: 2.6.0
>            Reporter: Xiao Chen
>            Assignee: Xiao Chen
>
> Following [a comment from another jira|https://issues.apache.org/jira/browse/HADOOP-13155?focusedCommentId=15308715&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15308715], create this to specifically handle the delegation token renewal/cancellation bug in {{DelegationTokenAuthenticatedURL}} and {{DelegationTokenAuthenticator}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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