Sandeep More created KNOX-1419:
----------------------------------
Summary: Document global scoped rewrite rule option
'gateway.global.rules.services'
Key: KNOX-1419
URL: https://issues.apache.org/jira/browse/KNOX-1419
Project: Apache Knox
Issue Type: Bug
Components: Site
Reporter: Sandeep More
Assignee: Sandeep More
Fix For: 1.2.0
As part of KNOX-711 rewrite rules were made scoped instead of global i.e.
rewrite rules defined for service will be the only ones used (rewrite rules
from other services will not be used).
For backwards compatibility some services needed global rules, as a result an
option was added to make rewrite rules defined in a service global
{code:java}
<property>
<name>gateway.global.rules.services</name>
<value>"NAMENODE","JOBTRACKER", "WEBHDFS", "WEBHCAT", "OOZIE",
"WEBHBASE", "HIVE", "RESOURCEMANAGER"</value>
</property>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)