You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Dilli Arumugam (JIRA)" <ji...@apache.org> on 2014/10/01 03:27:36 UTC

[jira] [Created] (ARGUS-90) test hive connection fails in secure cluster - password passed is not correct

Dilli Arumugam created ARGUS-90:
-----------------------------------

             Summary: test hive connection fails in secure cluster - password passed is not correct
                 Key: ARGUS-90
                 URL: https://issues.apache.org/jira/browse/ARGUS-90
             Project: Argus
          Issue Type: Bug
            Reporter: Dilli Arumugam


Test Connection fails for hive repo in secure cluster.
I have researched and identified the root cause is the password passed to 

lookup-client/src/main/java/org/apache/hadoop/security/SecureClientLogin.loginUserWithPassword(String user, String password) :L68

is not correct.
For example I entered password value of "pmgr" in the UI.

I got the value of "G4AUee+YmnQ="

[~sneethiraj] has confirmed the value "G4AUee+YmnQ=" is encrypted form of "pmgr".  This means the password is not decrypted before passing down to 

SecureClientLogin.loginUserWithPassword(String user, String password) :L68



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)