You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "kalyan kumar kalvagadda (JIRA)" <ji...@apache.org> on 2018/03/08 15:01:00 UTC

[jira] [Commented] (SENTRY-2170) update the thrift interface between sentry server and HDFS sentry client

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

kalyan kumar kalvagadda commented on SENTRY-2170:
-------------------------------------------------

This include making changes to TPrivilegeChanges class.

 

Here is the an initial thought on changes to TPrivilegeChanges.
{noformat}
 # # The user privileges that needs to be added to
 # # the authorizable object. 
4: required map<string, string> addUserPrivileges;

 # The user privileges that needs to be deleted to
 # the authorizable object.
 5: required map<string, string> delUserPrivileges;
{noformat}


> update the thrift interface between sentry server and HDFS sentry client
> ------------------------------------------------------------------------
>
>                 Key: SENTRY-2170
>                 URL: https://issues.apache.org/jira/browse/SENTRY-2170
>             Project: Sentry
>          Issue Type: Sub-task
>          Components: Sentry
>    Affects Versions: 2.1.0
>            Reporter: kalyan kumar kalvagadda
>            Assignee: kalyan kumar kalvagadda
>            Priority: Major
>
> Thrift interface between sentry server and hdfs sentry client should be updated to send the send user privileges as well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)