Skip to content

Commit 227ced5

Browse files
committed
test: enable IAM when creating DB clusters
1 parent dadbc30 commit 227ced5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper/src/test/java/integration/util/AuroraTestUtility.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ public void createMultiAzCluster(String username,
477477
.allocatedStorage(DEFAULT_ALLOCATED_STORAGE)
478478
.dbClusterInstanceClass(instanceClass)
479479
.storageType(DEFAULT_STORAGE_TYPE)
480+
.enableIAMDatabaseAuthentication(true)
480481
.iops(DEFAULT_IOPS);
481482

482483
rdsClient.createDBCluster(clusterBuilder.build());

0 commit comments

Comments
 (0)