deepashreeraghu commented on a change in pull request #78: KNOX-1584 - YARN v2
UI - Application - History link fix
URL: https://github.com/apache/knox/pull/78#discussion_r268039709
##########
File path:
gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml
##########
@@ -89,6 +89,14 @@
<rewrite apply="YARNUIV2/yarnuiv2/inbound/config" to="request.url"/>
</route>
+ <route path="/yarnuiv2/proxy/**">
+ <rewrite apply="YARNUIV2/yarnuiv2/outbound/headers/jobhistory/job"
to="response.headers"/>
Review comment:
@risdenk : Let me know if there is any other better way for this. I can't
remove the rule, I can only change response.headers to response.body in case of
proxy rule. But it is needed without which it fails.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services