You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Jeffrey Rodriguez (JIRA)" <ji...@apache.org> on 2017/11/02 07:29:00 UTC

[jira] [Created] (KNOX-1098) Livy Service Json body proxyUser property should be added when not present.

Jeffrey Rodriguez created KNOX-1098:
---------------------------------------

             Summary: Livy Service Json body proxyUser property should be added when not present.
                 Key: KNOX-1098
                 URL: https://issues.apache.org/jira/browse/KNOX-1098
             Project: Apache Knox
          Issue Type: Bug
          Components: Server
    Affects Versions: 0.11.0, 0.13.0
            Reporter: Jeffrey Rodriguez
            Priority: Major
             Fix For: 0.14.0


Current Knox Livy service will replace the value pair proxyUser, user to impersonate when running the job ,  with the value of the user that Knox has authenticated,

If the proxyUser value pair doesn't exist the rewrite rule will not add the proxyUser value pair.

This Jira addresses the last statement.

1. If proxyUser exist then we should still replace value with authenticated user.
2. if proxyUser doesn't exist we will add a proxyUser value pair with the authenticated user.






--
This message was sent by Atlassian JIRA
(v6.4.14#64029)