Well according to Apache Shiro pages, this is exactly what is proposed. For authentication, it supports various data sources: LDAP, AD, JDBC ... What do you want more?
On Tuesday, 10 November 2015, Fengdong Yu <[email protected]> wrote: > Yes, looks great, > > but we need a pluggable authentication > > > > On Nov 10, 2015, at 2:58 AM, Jeff Steinmetz <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > > Looks like this is being worked on here: > https://github.com/apache/incubator-zeppelin/pull/53 > > > From: Fengdong Yu > Reply-To: <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> > Date: Monday, November 9, 2015 at 4:18 AM > To: <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> > Subject: Re: authentication > > Thanks. > > Authentication should be include: > > 1) Login authentication to authenticate users > 2) notebook authentication to authenticate user only reach own notebooks. > > > > > On Nov 9, 2015, at 2:42 PM, Girish Reddy <[email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > > We have interest and can help with the development effort. We'll do a > pull request and do some initial prototyping. Let me know if/how we can > collaborate. > > On Sun, Nov 8, 2015 at 8:46 AM, Jeff Steinmetz < > [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > >> If there is enough interest and developers are into the idea: a >> pluggable auth mechanism would be something to think about. Then the auth >> system could use existing Json Web Tokens (single sign on), JWT via Auth0, >> Stormpath, custom user:password with bcrypt passwords in a database, simple >> authentication with a shared user:password, etc. >> >> Jeff >> >> >> From: Girish Reddy >> Reply-To: <[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> >> Date: Saturday, November 7, 2015 at 10:35 PM >> To: <[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> >> Subject: Re: authentication >> >> Thank you for the suggestion. What do you think of writing a custom auth >> module that gets executed on NotebookServer "onOpen" method or >> "checkOrigin" methods? I can then restrict unauthorized users from >> accessing the notebooks. Thoughts please? >> >> >> >> On Tue, Nov 3, 2015 at 8:17 AM, moon soo Lee <[email protected] >> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >> >>> Hi, >>> >>> Currently, Zeppelin does not have authentication. >>> But you can try nice on going work here >>> https://github.com/apache/incubator-zeppelin/pull/53 >>> Alternatively, you can use any http proxy in front of Zeppelin for >>> authentication. >>> >>> Thanks, >>> moon >>> >>> >>> On Tue, Nov 3, 2015 at 4:54 PM Girish Reddy <[email protected] >>> <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: >>> >>>> Hello: >>>> >>>> What are the options if we wish to secure notebooks with user >>>> authentication? >>>> >>>> Thanks. >>>> >>> >> > > > -- PGP KeyID: 2048R/EA31CFC9 subkeys.pgp.net
