Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #12784 (#12805) to 7.12: Fix: logstash-keystore failing with an error #12804

Merged
merged 2 commits into from Apr 8, 2021

Commits on Apr 8, 2021

  1. Fix: logstash-keystore failing with an error (elastic#12784)

    * Fix: missing password dependency require
    
    which causes `bin/logstash-keystore` to fail with an error:
    ```
    ERROR: Failed to load settings file from "path.settings". Aborting...
    path.setting=/logstash-7.12.0/config, exception=NameError,
    message=>uninitialized constant LogStash::Util::Password
    
    ```
    
    * Fix: review all LS parts depending on Password
    
    * Test: bin/logstash-keystore create/list
    
    (cherry picked from commit e8e393b)
    kares committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    c00ea22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db75ecc View commit details
    Browse the repository at this point in the history