-
-
Notifications
You must be signed in to change notification settings - Fork 599
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
config dirs/files and install dirs/files should be owned by root, not es_user #405
Comments
It looks like there's some varying behavior of ES on how ownership is handled now. Specifically, as of about 2 months ago, it uses whatever the permissions on the config dir are, according to elastic/elasticsearch#14048 and elastic/elasticsearch#14088 and elastic/elasticsearch#14017. |
I'm not sure there's going to be a way to do this nicely, while still maintaining compatibility for older versions of ES that use different permissions, especially for the plugin directories. We may need to split out releases of this cookbook that specifically support different ES versions (seems like it could be a nightmare, I'll need to review this to see if we can maintain compat any better across ES versions with breaking changes). |
good point... i just realized that our current installs (done with the i dont like it much... but its what i already have apparently On Sun, Dec 6, 2015 at 11:02 PM, Martin Smith [email protected]
|
not sure i understand why elasticsearch cares so much about the plugin dir On Mon, Dec 7, 2015 at 12:10 AM, Koert Kuipers [email protected] wrote:
|
You can check out the docs here: There's a note about installing via rpm/deb vs. tarball (we have both options in this repo). |
Hello! I believe we fixed this in the latest master, via #421. Could you give that a try and let us know? We haven't released yet but plan to do the release today. |
i will not be able to test this today On Fri, Jan 8, 2016 at 11:38 AM, Martin Smith [email protected]
|
I've released v2.1.1 with a fix for this issue. Let me know if you hear of any other breakages with the plugin user and group. Thank you! |
for example i see wrong owner in
and many other places
the es user has no business modifying stuff in config or install dir.
The text was updated successfully, but these errors were encountered: