Add smoke tests to verify Couchbase SSL connections
See gh-34811
This commit is contained in:
@@ -120,8 +120,7 @@ public class CouchbaseAutoConfiguration {
|
||||
builder.ioConfig((config) -> config.maxHttpConnections(io.getMaxEndpoints())
|
||||
.numKvConnections(io.getMinEndpoints())
|
||||
.idleHttpConnectionTimeout(io.getIdleHttpConnectionTimeout()));
|
||||
if ((connectionDetails instanceof PropertiesCouchbaseConnectionDetails)
|
||||
&& this.properties.getEnv().getSsl().getEnabled()) {
|
||||
if (this.properties.getEnv().getSsl().getEnabled()) {
|
||||
configureSsl(builder, sslBundles);
|
||||
}
|
||||
return builder;
|
||||
|
||||
@@ -32,7 +32,7 @@ public final class DockerImageNames {
|
||||
|
||||
private static final String CASSANDRA_VERSION = "3.11.10";
|
||||
|
||||
private static final String COUCHBASE_VERSION = "6.5.1";
|
||||
private static final String COUCHBASE_VERSION = "7.1.4";
|
||||
|
||||
private static final String ELASTICSEARCH_VERSION = "7.17.5";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user