-
Notifications
You must be signed in to change notification settings - Fork 116
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 basic auth #759
Comments
@afilimonov Is this related to the now free security features? I did not really follow up on this. |
We use Open Distro provided by AWS. It includes security plugin which is a fork of Search Gard. |
According to https://www.elastic.co/blog/security-for-elasticsearch-is-now-free, security ("file" and "native" realm) and encryption features are now part of the open source version of ElasticSearch, starting with versions 6.8 and 7.1. |
This first requires the elasticsearch client to be updated. PR is already in place: gentics/elasticsearch-java-client#4 |
Enhancement has been released with 0.36.2 |
Gentics Mesh Version, operating system, or hardware.
Operating System
JVM
Problem
Gentics Mesh cannot Connect to Elasticsearch with enabled security. 401 nonauthorized error.
Reproducer
Elasticsearch search Open Distro with basic auth enabled.
Expected behaviour and actual
Ability to configure/use basic auth credentials with elasticsearch. The credentials can be in the keystone or provided via secret/env variables (Kubernetes setup)
The text was updated successfully, but these errors were encountered: