OpenCTI-Platform / docker

OpenCTI Docker deployment helpers
155 stars 167 forks source link

Add OPENSEARCH_INITIAL_ADMIN_PASSWORD env variable in OpenSearch #309

Open leitosama opened 1 month ago

leitosama commented 1 month ago

For OpenSearch 2.12 or greater, you need to set a custom admin password while deploying (proof).

PR changes docker-compose.yml and .env.sample to set password during OpenSearch deploy by Docker.