tighten / takeout

Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
MIT License
1.59k stars 83 forks source link

Add prompts for security on OpenSearch and ElasticSearch services #288

Closed datashaman closed 1 year ago

datashaman commented 2 years ago

Using the search services without security is not simply a case of changing client config, the services need to be configured as well.

This makes using Opensearch and Elasticsearch without security or SSL possible. The defaults are set to secure.

Note that the opensearch change enables HTTP access, which is less troublesome than HTTPS.

The Elasticsearch change enables access without having to provide username and password like:

curl http://elastic:changeme@127.0.0.1:9200

HTTPS access on Elasticsearch is only available to paid subscriptions and requires a license key, which I dont think this tool would use.

mattstauffer commented 1 year ago

Thanks @datashaman!