Hi,
I've found an answer here :
https://stackoverflow.com/questions/14980703/apache-shiro-allowing-multiple-roles-to-access-a-url-not-working
Shiro performs a "and", which does not make any sense in the general case...
Is there a custom "or" filter implemented in Zeppelin ? If not, that would be a
We ran into roles issues in 0.7.x versions of Zeppelin. If you are using 0.7.x
this might be causing your trouble:
https://issues.apache.org/jira/browse/ZEPPELIN-2640 (
https://share.polymail.io/v1/z/b/NWFhMTYxZmMxMWQ1/KUqx4IB8b_XDPr0u5Cb_-XEPoV2u_ZnkESc2dHVKJUJCXEk3OG_xpqibs6KRDGgwS19o5AjWfNV4qX
Hello,
I try to restrict the interpreter configuration page to some specific groups.
/api/interpreter/** = authc, roles[admin1]
works fine, but I have *multiple* ldap groups to authorize.
I've tried :
/api/interpreter/** = authc, roles[admin1,admin2]
/api/interpreter/** = authc, roles[admin1,
Yes, thanks for sharing this roadmap, moon!
I don’t know what the “Sidebar with plugin widget” item was referring to, but
navigation within large notebooks could definitely be improved. E.g., add a
clickable outline view in a sidebar, like Jupyter does, which can be used to
jump straight to a s
Hello,
I'd like to connect to an external (Teradata) database with zeppelin, using
%jdbc interpretor.
Here is my context:
- The user is logged in to zeppelin using a LDAP account known in the Hadoop
context, not the database
- The user is impersonified for spark operation using "sudo" commands