You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@zeppelin.apache.org by Serge Krawczenko <sk...@gmail.com> on 2021/08/20 12:19:02 UTC

Zeppelin groups and knox

Apologies in advance if this topic was raised multiple times here, but
still unable to find anything.

We've managed to set up Knox with SAML SSO and able to log into zeppelin as
a particular user.
However, group/roles mapping is lost between Knox and Zeppelin.

Again, we have proper list of groups in Knox in this or that way (saml
claim or LDAP), however it is not passed to Zeppelin anyhow.

Instead, Zeppelin is trying to find the LOCAL user and groups via
ShellBasedUnixGroupsMapping.java[getUnixGroups]:210) - unable to return
groups for user ...

And no idea how to replace this ShellBasedUnixGroupsMapping method.

Is it an achievable task at all?
Thanks a lot