Sowmya Ramesh created FALCON-1913:
-------------------------------------
Summary: Falcon should work for secure to unsecure & vice versa
Key: FALCON-1913
URL: https://issues.apache.org/jira/browse/FALCON-1913
Project: Falcon
Issue Type: Bug
Reporter: Sowmya Ramesh
Fix For: trunk
In existing Falcon code to check if security is enabled below check is used
which basically checks for if falcon.authentication.type is kerberos or not.
{noformat}
if (SecurityUtil.isSecurityEnabled())
{noformat}
If one cluster is Secure and other cluster is unsecure and depending on which
cluster Falcon runs this check results in incorrectness.
This should be fixed to make Falcon work in Secure -> unsecure & vice versa.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)