GitHub user oxygen311 opened a pull request:
https://github.com/apache/zeppelin/pull/3093
[ZEPPELIN-3655] Add missing roles information to /notebook/api 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
----
---