URL Templating

2019-02-25 Thread Watson, Billy
Hello, Is there any support for jinja, et. al. templating in the topology.xml files, specifically W.R.T. the URL lists? As we deploy between environments, such a feature would be super helpful. Thanks, Billy

Re: [VOTE] Release Apache Knox 1.2.0 RC 4

2019-01-08 Thread Watson, Billy
.com%7C3fbaa1b1e358420e9ecf08d6611c0558%7C56b731a8a2ac4c32bf6b616810e913c6%7C1%7C0%7C636803170316475968=DiaFD6KI4EgIRQYBKVnz88uz3zLnCs2iSr2ZoW4Ux1A%3D=0> Kevin Risden On Thu, Dec 13, 2018 at 11:53 AM Watson, Billy mailto:billy.wat...@disney.com>> wrote: I have a bunch of fixes for knox yarn, yarnuiv2, jobhistoryui, et

Re: [VOTE] Release Apache Knox 1.2.0 RC 4

2018-12-13 Thread Watson, Billy
I have a bunch of fixes for knox yarn, yarnuiv2, jobhistoryui, etc. Is it too late to get those into 1.2.0 since you’re at RC stages? Billy Watson From: Kevin Risden Reply-To: "user@knox.apache.org" Date: Monday, December 10, 2018 at 3:49 PM To: "d...@knox.apache.org" ,

Re: storm ui

2018-08-07 Thread Watson, Billy
on From: Benoit Moisan Reply-To: "user@knox.apache.org" Date: Tuesday, August 7, 2018 at 9:55 AM To: "user@knox.apache.org" Subject: RE: storm ui yes it's what i saw. I've tried to add route and rewrite but it doesn't work. If someone did the job, let me know 

Re: storm ui

2018-08-07 Thread Watson, Billy
It doesn’t look like the Storm UI is implemented, at least in the master branch in github… Billy Watson From: Benoit Moisan Reply-To: "user@knox.apache.org" Date: Tuesday, August 7, 2018 at 9:13 AM To:

Re: need help for a rewrite rule

2018-07-31 Thread Watson, Billy
One of the best examples of what you need is in the ambari UI config in github. https://github.com/apache/knox/blob/master/gateway-service-definitions/src/main/resources/services/ambariui/2.2.0/rewrite.xml

Re: Complicated Javascript Rewrite

2018-07-26 Thread Watson, Billy
, Sandeep On Thu, Jul 26, 2018 at 12:10 PM Watson, Billy mailto:billy.wat...@disney.com>> wrote: Hello, In trying to rewrite some javascript, there are multiple places where a path is used as a raw string and as a value somewhere else in the code. For instance, key: "

Complicated Javascript Rewrite

2018-07-26 Thread Watson, Billy
Hello, In trying to rewrite some javascript, there are multiple places where a path is used as a raw string and as a value somewhere else in the code. For instance, key: "searchPath", get: function() { return "jobs"

Re: Supporting Hal+JSON rewrites

2018-07-25 Thread Watson, Billy
Sandeep [1] https://github.com/apache/knox/blob/92e2ec59a5940a9e7c67ec5cd29044f811dee40a/gateway-provider-rewrite/src/main/java/org/apache/knox/gateway/filter/rewrite/impl/json/JsonUrlRewriteStreamFilter.java#L32 On Wed, Jul 25, 2018 at 1:31 PM Watson, Billy mailto:billy.wat...@disney.com>

Supporting Hal+JSON rewrites

2018-07-25 Thread Watson, Billy
Hello, TL;DR 1. Am I correct in saying that knox will not rewrite application/hal+json content-type responses? 2. If so, can I write an extension to knox to make it do so? 3. And if so, where do I begin? I have a GUI I’m putting behind knox and part of that application returns