You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@livy.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2019/01/18 13:56:00 UTC

[jira] [Created] (LIVY-551) Enable "doAs" impersonation support

Kevin Risden created LIVY-551:
---------------------------------

             Summary: Enable "doAs" impersonation support
                 Key: LIVY-551
                 URL: https://issues.apache.org/jira/browse/LIVY-551
             Project: Livy
          Issue Type: Improvement
            Reporter: Kevin Risden
             Fix For: 0.6.0


Currently, impersonation is limited to creating batches and sessions with "proxyUser". It would be better to fully support impersonation for all endpoints. This is only possible as a query parameter since many of the endpoints are get requests. Adding support for the "doAs" query parameter matches what Hadoop does. We can leverage the same types of configs as well. This change is backwards compatible since we can check for doAs before proxyUser and use that. This will not remove the proxyUser checking for batch and session creation.



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