elastic / eland

Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch
https://eland.readthedocs.io
Apache License 2.0
21 stars 99 forks source link

Allow reading Elasticsearch certs in Wolfi image #732

Closed pquentin closed 1 month ago

pquentin commented 1 month ago

The config/certs directory of Elasticsearch is not readable by other users and groups. This work in the public image, which uses the root user, but the Wolfi image does not. Using the same user id fixes the problem.

Thanks @legacyworld for the report.