You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/04/09 20:27:13 UTC

[jira] [Commented] (DRILL-2363) Support user impersonation in Drill

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

Venki Korukanti commented on DRILL-2363:
----------------------------------------

To enable impersonation add the following in {{<DRILL_INSTALL_HOME/conf/drill-override.conf}} under {{drill.exec}} node.

{code}
 drill.exec.impersonation: {
    enabled: true,
    max_chained_user_hops: 3
  }
{code}

> Support user impersonation in Drill
> -----------------------------------
>
>                 Key: DRILL-2363
>                 URL: https://issues.apache.org/jira/browse/DRILL-2363
>             Project: Apache Drill
>          Issue Type: New Feature
>          Components: Execution - Flow, Metadata
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>             Fix For: 0.9.0
>
>
> Currently Drill has no impersonation. All queries are run as the user who is running the Drillbit process and not as the user who issued the query from JDBC/ODBC. This restricts the controlling of who can query tables/views and who can create new tables/views.
> This is a umbrella JIRA to track impersonation feature in Drill.



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