You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Gautam Borad (JIRA)" <ji...@apache.org> on 2015/11/27 07:27:10 UTC

[jira] [Commented] (RANGER-741) Fix installation script to skip Audit DB password check if audit source is SOLR

    [ https://issues.apache.org/jira/browse/RANGER-741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029503#comment-15029503 ] 

Gautam Borad commented on RANGER-741:
-------------------------------------

Committed to master : https://github.com/apache/incubator-ranger/commit/5216a89d20813e3a57ca68a383a92513bad955e8
Committed to ranger-0.5 : https://github.com/apache/incubator-ranger/commit/5a626203b93db7bfeb76ad1d0c96aafab624868c

> Fix installation script to skip Audit DB password check if audit source is SOLR
> -------------------------------------------------------------------------------
>
>                 Key: RANGER-741
>                 URL: https://issues.apache.org/jira/browse/RANGER-741
>             Project: Ranger
>          Issue Type: Bug
>    Affects Versions: 0.5.0
>            Reporter: Gautam Borad
>            Assignee: Gautam Borad
>             Fix For: 0.5.1, 0.6.0
>
>
> *Problem Statement*: Installation script tries to do validation on Audit DB password even if audit source is set to SOLR
> *Expected Behavior*: On Ranger installation even if user chooses to not use Audit to DB, install script calls password validation method to validate password and installation fails if audit db password is not provided.
> *Actual Behavior*: If user chooses to not use audit to DB as audit source then installation script should not do any audit db related password validation and audit to DB related properties should not be updated.
> *Steps to Reproduce*:
> - Select audit source type as solr
> - Give invalid/blank password as Audit to DB password
> - Run the setup script, the script will fail
>  



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