Re: FW: CORS policy in Zeppelin

2018-12-13 Thread Tushar Kapila
eps here > https://zeppelin.apache.org/docs/0.7.3/security/http_security_headers.html > but that does t seem to fix the vulnerability. > > On Thu., 13 Dec. 2018, 5:13 pm Tushar Kapila >> If it is exposed and you don't want unauthorized users to read or write >> you ne

Re: FW: CORS policy in Zeppelin

2018-12-12 Thread Tushar Kapila
If it is exposed and you don't want unauthorized users to read or write you need to add authentication. Apache Shirio or make zeplin port private (behind firewall) and proxy all requests thru a server that has the authentication you want. On Thu, 13 Dec, 2018, 11:12 Tushar Kapila Is

Re: FW: CORS policy in Zeppelin

2018-12-12 Thread Tushar Kapila
Is your zeplin exposed to the internet? If not don't see why this should be an issue if it's behind the firewall? On Wed, 12 Dec, 2018, 03:57 Bicky Ealias Checking again.. Has anyone got a chance to fix CORS issue on Zeppelin? > > On Wed., 5 Dec. 2018, 5:55 pm Bicky Ealias >> Hello users, >> Has

Re: Adding images in the %md interpreter

2017-03-03 Thread Tushar Kapila
> > How can I add images in the mark down interpreter without using other > webservers? > > Regards, > Meethu Mathew > -- Regards Tushar Kapila

Re: programmatically call parameterised notebook paragraph

2016-12-29 Thread Tushar Kapila
-SNAPSHOT/rest-api/ > rest-notebook.html#run-a-paragraph-synchronously > > You can inject the Angular param values as POST data to the target > paragraph > > On Thu, Dec 29, 2016 at 5:54 PM, Tushar Kapila wrote: > >> I have a notebook with one para, with 3-4 input fields.

programmatically call parameterised notebook paragraph

2016-12-29 Thread Tushar Kapila
test cases for our notebooks. Thank you -- Regards Tushar Kapila