You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@livy.apache.org by GitBox <gi...@apache.org> on 2019/04/25 20:56:05 UTC

[GitHub] [incubator-livy] ankuriitg opened a new pull request #171: [LIVY-591] Changed ACLs enforcement to occur on proxy user, if available

ankuriitg opened a new pull request #171: [LIVY-591] Changed ACLs enforcement to occur on proxy user, if available
URL: https://github.com/apache/incubator-livy/pull/171
 
 
   ## What changes were proposed in this pull request?
   ACLs enforcement occurs by checking whether the user requesting for a
   resource/access is owner of that resource or has sufficient permissions.
   
   This check used to occur against the session owner, even when a proxy user was
   specified during the creation of the resource. This can cause a issue where a
   proxy user can create a resource but can't access or modify it.
   
   The check has been modified to occur againt the session proxy user, defaulting
   to session owner if proxy user is not specified.
   
   ## How was this patch tested?
   Added a couple of unit tests

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services