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

    https://github.com/apache/metron/pull/946#discussion_r172544606
  
    --- Diff: 
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/metron_service.py
 ---
    @@ -70,6 +70,11 @@ def build_global_config_patch(params, patch_file):
             "path": "/es.date.format",
             "value": "{{es_date_format}}"
         },
    +    {
    +        "op": "add",
    +        "path": "/es.xpack.user",
    +        "value": "{{es_xpack_user}}"
    --- End diff --
    
    We can't store passwords like this in plain text because they'll end up in 
Zookeeper as plaintext without permissions locking it down.


---

Reply via email to