We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f7c5d commit 2e6bc99Copy full SHA for 2e6bc99
1 file changed
ansible/files/postgresql_config/pg_hba.conf.j2
@@ -79,6 +79,9 @@
79
# TYPE DATABASE USER ADDRESS METHOD
80
81
# trust local connections
82
+# supabase_admin: trust over Unix socket only — no network exposure. Access
83
+# requires OS-level shell access to the host, which is already a stronger
84
+# security boundary than a database password.
85
local all supabase_admin trust
86
local all all peer map=supabase_map
87
host all all 127.0.0.1/32 trust
0 commit comments