Closed
Description
To support running locally and in CI, some additional work needs to be done for 8.x
The underlying issue is that security is enabled by default for 8.x, so that means (1) the elastic user has a password that gets generated at first startup and (2) TLS is required and has a self-signed cert. I've only found instructions on how to run this manually (e.g., "run the image and copy the password to your secure notes") and now how to do it in an automated way.
Do this first #71