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

Handle pwd protected keystores in all CLI tools #45289

Commits on Aug 7, 2019

  1. Handle pwd protected keystores in all CLI tools

    This change ensures that `elasticsearch-setup-passwords` and
    `elasticsearch-saml-metadata` can handle a password protected
    elasticsearch.keystore.
    For setup passwords the user would be prompted to add the
    elasticsearch keystore password upon running the tool. There is no
    option to pass the password as a parameter as we assume the user is
    present in order to enter the desired passwords for the built-in
    users.
    For saml-metadata, we prompt for the keystore password at all times
    even though we'd only need to read something from the keystore when
    there is a signing or encryption configuration.
    jkakavas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    36dc4b8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature-pwd-protected-keystore' …

    …into setup-passwords-keystore-password
    jkakavas committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    39fa224 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e2270f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4cb7cc View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    1b0262f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Address feedback

    jkakavas committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    6471272 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

  1. Address feedback

    jkakavas committed Aug 14, 2019
    Configuration menu
    Copy the full SHA
    3b07ef9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. address feedback

    jkakavas committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f4da1fe View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature-pwd-protected-keystore' …

    …into setup-passwords-keystore-password
    jkakavas committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    b1798f9 View commit details
    Browse the repository at this point in the history