Re: How do I give ReadOnly access to anonymous user?

2017-10-26 Thread Michael Segel
I’m still a novice when it comes to Zeppelin, but if it were me… I would expose a separate instance of Zeppelin for external access. Different from the zeppelin service used internally. I would also use nginx in front as a proxy to offer SSL connections. Then on that version… you could

Re: How do I give ReadOnly access to anonymous user?

2017-10-26 Thread shyla deshpande
Hi Michael , Thanks for the response. I am using Shiro for users within our organization. I was seeing if there is a way to share the link with the customers who are not a part of our organization. -Shyla On Thu, Oct 26, 2017 at 8:53 AM, Michael Segel wrote: > Do you

How do I give ReadOnly access to anonymous user?

2017-10-26 Thread shyla deshpande
I am running Zeppelin on EMR cluster. I want to share a Dashboard just for viewing with the customers . What is the best way to do that? Thanks -shyla