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 <m...@apache.org> 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 <gir...@springml.com> wrote: > >> Hello: >> >> What are the options if we wish to secure notebooks with user >> authentication? >> >> Thanks. >> >