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

Elasticsearch: Add withPassword(String) method for secure access #2321

Merged
merged 3 commits into from
Oct 21, 2020

Commits on Oct 16, 2020

  1. Add withPassword(String) method to secure Elasticsearch

    Instead of providing env settings manually, we can simplify the usage of Elasticsearch in the context of TestContainers by just asking a password.
    Behind the scene, we do provide the needed env settings.
    
    We also check that we can not define the password on OSS image.
    dadoonet committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    23878f9 View commit details
    Browse the repository at this point in the history
  2. Add missing test

    dadoonet committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c351a56 View commit details
    Browse the repository at this point in the history
  3. Use isCompatibleWith instead

    dadoonet committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d2149b1 View commit details
    Browse the repository at this point in the history