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 "Kan Zhang (JIRA)" <ji...@apache.org> on 2010/02/21 03:20:27 UTC

[jira] Updated: (HADOOP-6581) Add authenticated TokenIdentifiers to UGI so that they can be used for authorization

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

Kan Zhang updated HADOOP-6581:
------------------------------

    Attachment: c6581-10.patch

> Add authenticated TokenIdentifiers to UGI so that they can be used for authorization
> ------------------------------------------------------------------------------------
>
>                 Key: HADOOP-6581
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6581
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: ipc, security
>            Reporter: Kan Zhang
>            Assignee: Kan Zhang
>         Attachments: c6581-10.patch
>
>
> When token is used for authentication over RPC, information other than username may be needed for access authorization. This information is typically specified in TokenIdentifier. This is especially true for block tokens used for client-to-datanode accesses, where authorization is based on access permissions specified in TokenIdentifier, and not on username. Block tokens used to be called access tokens and one can think of them as capability tokens. See HADOOP-4359 for more info.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.