Re: Knox: how to create a custom dispatch class

2018-08-01 Thread David Morin
Hello, pach available here: https://issues.apache.org/jira/browse/KNOX-1400 Le mer. 1 août 2018 à 15:20, Sandeep Moré a écrit : > Great, thanks David ! > Will it possible for you to create a .patch file ? also, do you know if > this works for Knox 1.1.0 ? > > Best, > Sandeep > > On Wed, Aug 1,

Re: Knox: how to create a custom dispatch class

2018-08-01 Thread Sandeep Moré
Great, thanks David ! Will it possible for you to create a .patch file ? also, do you know if this works for Knox 1.1.0 ? Best, Sandeep On Wed, Aug 1, 2018 at 5:16 AM David Morin wrote: > Hi, > > Just for share. > Here after the Jira with the workaround to implement Logsearch with Knox: >

Re: Knox: how to create a custom dispatch class

2018-08-01 Thread David Morin
Hi, Just for share. Here after the Jira with the workaround to implement Logsearch with Knox: https://issues.apache.org/jira/browse/KNOX-1400 Le mer. 1 août 2018 à 01:15, Sandeep Moré a écrit : > Great ! > If you stumbled across bugs in logsearch, file a JIRA and a patch if you > got it to

Re: Knox: how to create a custom dispatch class

2018-07-31 Thread Sandeep Moré
Great ! If you stumbled across bugs in logsearch, file a JIRA and a patch if you got it to work, that would be really helpful for the community ! Looking at the Knox services, I don't see it being implemented, I think there were few emails on the mailing list about Grafana. Best, Sandeep On Tue,

Re: Knox: how to create a custom dispatch class

2018-07-31 Thread David Morin
Hello, Thanks for your help. Concerning Logsearch it's quite done. I'll share my work soon. On my github at the beginning. Now, I'm going to implement grafana with Knox Does this feature has already been done ? Le jeu. 26 juil. 2018 à 21:47, David Morin a écrit : > Yes, I tried

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread David Morin
Yes, I tried PassAllHeadersNoEncodingDispatch but it didn't work for me too. In waiting a patch or a workaround, if you have a jar with an example of Dispatch class it would be great. Thanks Le jeu. 26 juil. 2018 à 20:41, Sandeep Moré a écrit : > Great, thanks ! > > On Thu, Jul 26, 2018 at 2:33

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread David Morin
Thanks for your help. Concerning the problem with my dispatch class, here after my custom dispatch class I've packaged in a jar and then I've put in the ext directory. At first step, this is just a class to check that it is taken into account but it does not seem to be the case. I've already

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread Dhruv Goyal
Yes, I will do that and share here. On Fri, 27 Jul 2018 at 12:01 AM, Sandeep Moré wrote: > Hello Dhruv, > > Can you open a JIRA for this issue, let's track it and try to get it fixed > ! > > > On Thu, Jul 26, 2018 at 2:26 PM Dhruv Goyal <777.dh...@gmail.com> wrote: > >> Hi, >> >> This is the

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread Dhruv Goyal
Hi, This is the similar issue we were facing when we tried implementing grafana with knox, it is encoded twice in grafana as well, I tried using “PassAllHeadersNoEncodingDispatch” But it didnt worked for me. We will have to write a custom dispatch class. Regards Dhruv On Thu, 26 Jul 2018 at

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread Sandeep Moré
That's weird, if Knox is not picking up the custom dispatch and picking up the XML than are you getting a ClassNotFoundException ? You can try putting the jar file under the lib directory and see if it works, I should work given all the other jars are found there. There is also a

Re: Knox: how to create a custom dispatch class

2018-07-26 Thread Sandeep Moré
Hello David, This should have worked, if you turn the debug log on you can see what dispatch Knox is trying to use. Also, if the changes are in service.xml then we need to touch the topology file so that Knox reloads it, I am thinking this could be an issue. If it still does not work, try

Knox: how to create a custom dispatch class

2018-07-26 Thread David Morin
​Hello, I've just read in detail the Knox dev guide. First of all, congrats ! Great job for the doc ! But I face to an issue with logsearch on my HDP cluster. This is a HDP 2.6.5 with Knox 0.12.0 I've created some XML files. These files are in PJs. But I face to some 403 requests. In fact, some