Skip to content

Commit 08fc008

Browse files
authored
fix: ban unencrypted direct connection to pg (#2000)
1 parent 43d64ad commit 08fc008

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[Definition]
22
failregex = ^.*,.*,.*,.*,"<HOST>:.*password authentication failed for user.*$
3-
ignoreregex = ^.*,.*,.*,.*,"127\.0\.0\.1.*password authentication failed for user.*$
3+
^.*no pg_hba\.conf entry for host "<HOST>",.*$
4+
ignoreregex = ^.*,.*,.*,.*,"127\.0\.0\.1.*password authentication failed for user.*$

0 commit comments

Comments
 (0)