You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Daryn Sharp (JIRA)" <ji...@apache.org> on 2012/07/23 20:03:34 UTC

[jira] [Created] (HADOOP-8613) AbstractDelegationTokenIdentifier#getUser() should set token auth type

Daryn Sharp created HADOOP-8613:
-----------------------------------

             Summary: AbstractDelegationTokenIdentifier#getUser() should set token auth type
                 Key: HADOOP-8613
                 URL: https://issues.apache.org/jira/browse/HADOOP-8613
             Project: Hadoop Common
          Issue Type: Bug
    Affects Versions: 2.0.0-alpha, 0.23.0, 1.0.0, 3.0.0
            Reporter: Daryn Sharp
            Assignee: Daryn Sharp
            Priority: Critical


{{AbstractDelegationTokenIdentifier#getUser()}} returns the UGI associated with a token.  The UGI's auth type will either be SIMPLE for non-proxy tokens, or PROXY (effective user) and SIMPLE (real user).  Instead of SIMPLE, it needs to be TOKEN.

--
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