Github user prabhjyotsingh commented on the issue: https://github.com/apache/zeppelin/pull/986 @ekantheshwara yes, this version should have the above-mentioned fix. Could be a configuration issue, if you can share what exactly are you trying with i.e. is it with file based auth, LDAP or AD. Also you can look into log file `zeppelin-{machine-name}-{machine-id}.local.log` for more logs when you login, with something like this `({qtp1846406218-26} LoginRestApi.java[postLogin]:115) - {"status":"OK","message":"","body":{"principal":"hr1","ticket":"98569477-5809-43c6-acb4-7b22e78d7541","roles":"[admin]"}}` If you see `"roles":"[admin]"` means user hr1 is assigned to role->admin in this example, but if `"roles":"[]"` i.e. it is empty, then it means there if problem with configuration. Here is a doc to help you out http://zeppelin.apache.org/docs/0.6.1/security/shiroauthentication.html.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---