Skip to content

Commit 257f8c8

Browse files
authored
Merge pull request #195 from bzikarsky/fix-integration-tests
Add an auth-config for local connection required by newer Postgres versions running under Testcontainers [#195]
2 parents cb434a2 + 22a898b commit 257f8c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/resources/pg_hba.conf

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
hostnossl all test all md5
1+
hostnossl all test all md5
22
hostnossl all test-scram all scram-sha-256
3-
hostssl all test-ssl all password
3+
hostssl all test-ssl all password
44
hostssl all test-ssl-with-cert all cert
5+
local all all md5

0 commit comments

Comments
 (0)