You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "jaguarx (JIRA)" <ji...@apache.org> on 2018/12/16 11:42:00 UTC

[jira] [Created] (ZEPPELIN-3912) Extensible user/role search in SecurityRestApi

jaguarx created ZEPPELIN-3912:
---------------------------------

             Summary: Extensible user/role search in SecurityRestApi
                 Key: ZEPPELIN-3912
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3912
             Project: Zeppelin
          Issue Type: Improvement
          Components: zeppelin-server
    Affects Versions: 0.8.0
            Reporter: jaguarx


SecurityRestApi.getUserList explicitly inspect all existing realm implementations, and search user/role via realm implementation specific API.

Although shiro allows new realm implementations, but implementation in SecurityRestApi.getUserList prevent new realm from being usable.

The suggested solution is to refactor all existing realms, and abstract out a common interface to allow extensible user/role search.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)