summaryrefslogtreecommitdiff
path: root/openstack/usr/share/openstack/postgres/pg_hba.conf
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/usr/share/openstack/postgres/pg_hba.conf')
-rw-r--r--openstack/usr/share/openstack/postgres/pg_hba.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/openstack/usr/share/openstack/postgres/pg_hba.conf b/openstack/usr/share/openstack/postgres/pg_hba.conf
new file mode 100644
index 00000000..0968fc44
--- /dev/null
+++ b/openstack/usr/share/openstack/postgres/pg_hba.conf
@@ -0,0 +1,4 @@
+local all all trust
+host all all 127.0.0.0/8 trust
+host all all ::1/128 trust
+host all all {{ MANAGEMENT_INTERFACE_IP_ADDRESS }}/32 trust