Skip to content

Commit dd88bcf

Browse files
aji-ajuOpenMetadata Release Bot
authored andcommitted
Fix AWS RDS IAM auth by removing hardcoded useSSL=false (#24805)
(cherry picked from commit 358becc)
1 parent 70af4a0 commit dd88bcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openmetadata-service/src/main/java/org/openmetadata/service/jdbi3/HikariCPDataSourceFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ private void configureMySQLProperties(Properties props) {
298298
props.putIfAbsent("prepStmtCacheSqlLimit", "2048");
299299
props.putIfAbsent("useServerPrepStmts", String.valueOf(useServerPrepStmts));
300300
props.putIfAbsent("rewriteBatchedStatements", "true");
301-
props.putIfAbsent("useSSL", "false");
302301
props.putIfAbsent("useLocalSessionState", "true");
303302
props.putIfAbsent("useLocalTransactionState", "true");
304303
props.putIfAbsent("maintainTimeStats", "false");

0 commit comments

Comments
 (0)