-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63402/#review190997
-----------------------------------------------------------




sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/HiveAuthzBindingSessionHook.java
Lines 116-117 (original), 116-122 (patched)
<https://reviews.apache.org/r/63402/#comment268585>

    I think this requires a special function instead ofu sing appendConfVar().
    
    I was reading more about this ACL configuration and I learned that it can 
also use the "*" value. In this patch, the new value would be "user1,*", right? 
Would that work? * already implies that ALL users and groups are allowed, so 
there is no reason to modify it, right?
    
    What about writing a new private function to append new user information 
only and handle those cases?


- Sergio Pena


On Oct. 31, 2017, 12:32 a.m., Wilfred Spiegelenburg wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63402/
> -----------------------------------------------------------
> 
> (Updated Oct. 31, 2017, 12:32 a.m.)
> 
> 
> Review request for sentry.
> 
> 
> Bugs: SENTRY-2021
>     https://issues.apache.org/jira/browse/SENTRY-2021
> 
> 
> Repository: sentry
> 
> 
> Description
> -------
> 
> Allow MR session ACLs to start with a space or end in a space.
> 
> 
> Diffs
> -----
> 
>   
> sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/HiveAuthzBindingSessionHook.java
>  7250891 
>   
> sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestUserManagement.java
>  02ac514 
> 
> 
> Diff: https://reviews.apache.org/r/63402/diff/1/
> 
> 
> Testing
> -------
> 
> local run junit test and e2e automated testing through build
> 
> 
> File Attachments
> ----------------
> 
> SENTRY-2021.003.patch
>   
> https://reviews.apache.org/media/uploaded/files/2017/10/31/1b8e6eec-9e95-47f6-bcb7-4b5d7a4ffd57__SENTRY-2021.003.patch
> 
> 
> Thanks,
> 
> Wilfred Spiegelenburg
> 
>

Reply via email to