SSL support with Docker Compose does not work as documented#49210
SSL support with Docker Compose does not work as documented#49210itsmevichu wants to merge 5 commits intospring-projects:mainfrom
Conversation
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
|
I'll add the tests shortly |
|
I have tested this for Elasticsearch; still need to test it for MongoDB and Cassandra. |
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
|
Thanks for your work on this thus far, @itsmevichu. I think |
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
|
@itsmevichu I don't see the tests in the PR. Have I missed something? |
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
|
@snicoll @wilkinsona I’ve added the tests. At the moment, I’m running them via the Intellij JUnit plugin. How can we run these from the terminal instead? Is there a specific gradle task for executing these docker-compose tests? |
Signed-off-by: itsmevichu <vishnutheep@gmail.com>
|
Thanks, @itsmevichu. You can run the |
|
I tried, but running |
|
@itsmevichu you may have executed the module before Docker was enabled on your machine and the gradle cache doesn't unfortunately take that into account. Make sure |
|
Thanks @snicoll! Turns out the |
Fixes gh-49205