Github user prasadwagle commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/681#issuecomment-185476274
Got it. Your suggestion to save notebook authorization information in a
.ini file makes sense.
In our company, we have an LDAP server with users and groups and we get
user and group information for a connection in an authentication cookie. Let's
say, we have a note "RevenueNote" with the following authorization information:
- Owners: finance-dev
- Readers: finance, executives
- Writers: finance-dev
finance-dev, finance and executives are groups which can have many users.
What is the best way to translate these permissions to the ini file format
and make Shiro permission checks work with the users and group information I
get from the authentication cookie?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---