This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/knox.git
The following commit(s) were added to refs/heads/master by this push:
new 759e65e KNOX-1857 - YARNUIV2 fails with Authentication Required with
kerberos authentication type (Prabhu Joseph via Kevin Risden)
759e65e is described below
commit 759e65e95e4c6708aa1d39781b5374465ad0d94f
Author: Prabhu Joseph <[email protected]>
AuthorDate: Tue May 7 20:04:36 2019 +0530
KNOX-1857 - YARNUIV2 fails with Authentication Required with kerberos
authentication type (Prabhu Joseph via Kevin Risden)
Signed-off-by: Kevin Risden <[email protected]>
---
.../src/main/resources/services/yarnuiv2/3.0.0/service.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml
b/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml
index 5a7e618..4a9d5ef 100644
---
a/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml
+++
b/gateway-service-definitions/src/main/resources/services/yarnuiv2/3.0.0/service.xml
@@ -90,5 +90,5 @@
</route>
</routes>
- <dispatch
classname="org.apache.knox.gateway.dispatch.PassAllHeadersDispatch"
ha-classname="org.apache.knox.gateway.rm.dispatch.RMUI2HaDispatch"/>
+ <dispatch classname="org.apache.knox.gateway.dispatch.DefaultDispatch"
ha-classname="org.apache.knox.gateway.rm.dispatch.RMUI2HaDispatch"/>
</service>