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

7.13 initial config is not sufficient for its own warnings on security #83

Open
drnic opened this issue May 27, 2021 · 1 comment
Open

Comments

@drnic
Copy link

drnic commented May 27, 2021

I uninstalled, deleted config folders, and reinstalled ES and I'm getting security warnings in my ruby/rails test suite:

warning: 299 Elasticsearch-7.13.0-5ca8591c6fcdb1260ce95b08a8e023559635c6f3 "Elasticsearch built-in security features are not enabled. Without authentication, your cluster could be accessible to anyone. See https://www.elastic.co/guide/en/elasticsearch/reference/7.13/security-minimal-setup.html to enable security."

Is this just me; or is there something that can be added to default config for any new 7.13 security requirements?

@fdietz
Copy link

fdietz commented Jun 15, 2021

I'm getting the same warning here too.

To remove the warning I've added xpack.security.enabled: false to my elasticsearch.yml file.

Since I'm not an elasticsearch expert , I can't really tell if it would be a good idea to add this as the default configuration, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants