Github user interma commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1256#discussion_r122109467
  
    --- Diff: 
ranger-plugin/admin-plugin/src/main/java/org/apache/hawq/ranger/service/RangerServiceHawq.java
 ---
    @@ -112,7 +119,7 @@ private void decryptPassword(Map<String, String> 
configs) throws Exception {
                     // when decrypt failed do nothing
                     LOG.warn("decrypt_password failed: " + e);
                 }
    -            configs.put("password", normal_password);
    +            configs.put("password_jdbc", normal_password);
    --- End diff --
    
    put the decrypted password into a new field, so it doesn't influence the 
BaseClient decrypt it again.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to