opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
74 stars 485 forks source link

[DOC] No SSL in docker-compose.yml for development #8558

Open d96litz opened 2 weeks ago

d96litz commented 2 weeks ago

What do you want to do?

Tell us about your request. Provide a summary of the request.

I had trouble setting up the docker-compose.yml for development because SSL was enabled. Disabling SSL solved this issue for me.

environment:
  - plugins.security.ssl.http.enabled=false

Stating this in the documentation would have saved me a lot of time. I don't think it makes sense to configure certificates for development, right?

Version: all

Naarcha-AWS commented 2 weeks ago

@d96litz: We do have this section that calls out Docker Compose with the security plugin disabled specifically: https://opensearch.org/docs/latest/install-and-configure/install-opensearch/docker/#sample-docker-compose-file-for-development.

Naarcha-AWS commented 2 weeks ago

Maybe we could link to that in a place that's more prominent in the Quickstart?