lando / platformsh

The Official Platform.sh Lando Plugin
https://docs.lando.dev/platformsh
GNU General Public License v3.0
6 stars 4 forks source link

Better permission handling around /etc/default/elasticsearch #72

Open pirog opened 4 years ago

pirog commented 4 years ago

On linux, /etc/default/elasticsearch ends up not being set to the correct user:group which i think should be elastic:elastic or elasticsearch:elasticsearch. We are currently dealing with this using the blunt instrument here https://github.com/lando/lando/blob/master/experimental/plugins/lando-platformsh/scripts/psh-boot.sh#L51-L55

However it would be better if this "just worked" with the correct configuration in the service builder, or related platform run.config itself without intervention in the boot script. This potentially could be accomplished with

This is not a super high priority task but should be done at some point

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.