Re: programmatically call parameterised notebook paragraph

2016-12-29 Thread Tushar Kapila
elin.apache.org/docs/0.7.0-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 <tgkp...@gmail.com> wrote: > >>

Re: Adding images in the %md interpreter

2017-03-03 Thread Tushar Kapila
IR is deleted after a restart. > > How can I add images in the mark down interpreter without using other > webservers? > > Regards, > Meethu Mathew > -- Regards Tushar Kapila

Re: FW: CORS policy in Zeppelin

2018-12-13 Thread Tushar Kapila
//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 need to add authentication.

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 your

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, >>