-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: containersTestcontainers, Docker Compose and Buildpack featuresTestcontainers, Docker Compose and Buildpack featurestype: enhancementA general enhancementA general enhancement
Description
Currently, ElasticsearchContainerConnectionDetailsFactory only maps nodes
and that works with Elasticsearch 7. However, Elasticsearch 8 has security enabled by default and additional configuration is required.
This is an example using Elasticsearch 7 and this one using Elasticsearch 8. As you can see, with Elasticsearch 8 the SSLContext
is provided via a customizer
so the connection through https is successful.
You can find a draft proposal here. I tried to do it via ssl bundles by copying the http_ca.crt
from the container to the test resources directory but I couldn't set it up correctly.
hpoettker
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertheme: containersTestcontainers, Docker Compose and Buildpack featuresTestcontainers, Docker Compose and Buildpack featurestype: enhancementA general enhancementA general enhancement