You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Sowmya Ramesh (JIRA)" <ji...@apache.org> on 2016/04/19 06:50:25 UTC

[jira] [Created] (FALCON-1913) Falcon should work for secure to unsecure & vice versa

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)