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 2015/04/03 01:43:53 UTC

[jira] [Created] (RANGER-369) ranger agent connection to ssl enabled ranger admin fails

Dilli Arumugam created RANGER-369:
-------------------------------------

             Summary: ranger agent connection to ssl enabled ranger admin fails
                 Key: RANGER-369
                 URL: https://issues.apache.org/jira/browse/RANGER-369
             Project: Ranger
          Issue Type: Bug
          Components: admin
    Affects Versions: 0.5.0
            Reporter: Dilli Arumugam
            Assignee: Dilli Arumugam
             Fix For: 0.5.0


Ranger agent connection to ssl enabled ranger admin fails.
The root cause is mismatched names between config parameter name in service def json file and parameter name used in org.apache.ranger.common.ServiceUtil.java

service def file uses config param name: 
certificate.cn

ServiceUtil looks up by param name: 
commonNameForCertificate

We have to use consistent name,



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