You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/03/02 22:16:18 UTC

[jira] [Commented] (SENTRY-1057) Add implementations for acls' CRUD

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

Hadoop QA commented on SENTRY-1057:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12790995/SENTRY-1057.003-kafka.patch against kafka.

{color:red}Overall:{color} -1 due to 2 errors

{color:red}ERROR:{color} mvn test exited 1
{color:red}ERROR:{color} Failed: org.apache.sentry.tests.e2e.dbprovider.TestDbEndToEnd

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/1281/console

This message is automatically generated.

> Add implementations for acls' CRUD
> ----------------------------------
>
>                 Key: SENTRY-1057
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1057
>             Project: Sentry
>          Issue Type: Sub-task
>            Reporter: Ashish K Singh
>            Assignee: Ashish K Singh
>             Fix For: 1.7.0
>
>         Attachments: SENTRY-1057.001-kafka.patch, SENTRY-1057.002-kafka.patch, SENTRY-1057.003-kafka.patch
>
>
> To allow users to perform CRUD of privileges we have couple of options.
> 1. Add a custom sentry specific CLI.
> 2. Reuse Kafka's CLI, kafka-acls.sh.
> We propose to use the later approach as that will provide a seamless experience to users. Moreover, Kafka's acls cli supports plugging in third party authorizer implementations.
> Kafka will authenticate users before passing user's request to Sentry to perform ACLs CRUD. Sentry can assume that users requests coming to it for performing ACLs CRUD are authenticated and authorized.



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