You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/05/31 07:24:12 UTC

[jira] [Closed] (IGNITE-3202) IGFS: Create user name converter for Hadoop secondary file system.

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

Vladimir Ozerov closed IGNITE-3202.
-----------------------------------

> IGFS: Create user name converter for Hadoop secondary file system.
> ------------------------------------------------------------------
>
>                 Key: IGNITE-3202
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3202
>             Project: Ignite
>          Issue Type: Task
>          Components: hadoop, IGFS
>    Affects Versions: 1.5.0.final, 1.6
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>            Priority: Critical
>              Labels: important
>             Fix For: 1.7
>
>
> *Problem*
> When user access secondary file system, we propagate it form client machine to Ignite server and then try to perform the request on this user using either "doAs" or proxies in case of Kerberos.
> The problem is that user name is not always match what we need. For example, user name is "ivanov", but the request should be performed using proxied user "ivanov@[REALM_NAME]". 
> *Solution*
> We need to introduce special converter interface which will intercept user names and convert them to correct form if needed. This interceptor should be places inside file system factory.



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