Skip to content

Commit

Permalink
Remove forced ssl_key config in acceptance test harness (#15396)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho authored Aug 9, 2022
1 parent ad9e899 commit dd23156
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ private Map<Object, Object> localConfig(final PostgreSQLContainer psql,
dbConfig.put(JdbcUtils.PORT_KEY, psql.getFirstMappedPort());
dbConfig.put(JdbcUtils.DATABASE_KEY, psql.getDatabaseName());
dbConfig.put(JdbcUtils.USERNAME_KEY, psql.getUsername());
dbConfig.put(JdbcUtils.SSL_KEY, false);
// Some database docker images labeled strict-enforce do not contain an option to ssl off, so it is
// not included in the schema.
if (!strictEnforce) {
Expand Down

0 comments on commit dd23156

Please sign in to comment.