GitHub user oxygen311 reopened a pull request:
https://github.com/apache/zeppelin/pull/3093
[ZEPPELIN-3655] Add missing roles information to api/notebook/job/ method
### What is this PR for?
Fix bugs with private access interpreter launched with REST by adding
missing roles information to `AuthenticationInfo`.
### What type of PR is it?
Bug Fix
### What is the Jira issue?
[ZEPPELIN-3655](https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-3655)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/TinkoffCreditSystems/zeppelin ZEPPELIN-3655
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/3093.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3093
----
commit 182dadcbd3dd000e8d01fc33fe8f0d152fd3450c
Author: oxygen311 <alex39-09@...>
Date: 2018-07-24T13:40:38Z
Fix roles info
commit 04442840e84329981e5a115679e3511a5e96319c
Author: oxygen311 <alex39-09@...>
Date: 2018-07-26T08:54:08Z
Merge branch 'master' of https://github.com/apache/zeppelin into
ZEPPELIN-3655
# Conflicts:
#
zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java
commit 407b1041b53d2f7ccaa814dd049a55ed95b0c354
Author: oxygen311 <alex39-09@...>
Date: 2018-07-26T08:54:28Z
Change
commit aa51ca36814f8ab6e8fba169a95062e4e1916877
Author: oxygen311 <alex39-09@...>
Date: 2018-07-26T11:16:23Z
Add roles info to run paragraph method
----
---