Allow all to connect in with md5 auth using IPv6 (#551)
authorBernhard Fürst <bernhard.fuerst@fuerstnet.de>
Fri, 6 Aug 2021 04:33:20 +0000 (06:33 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 04:33:20 +0000 (14:33 +1000)
templates/postgres.10.template.yml
templates/postgres.12.template.yml
templates/postgres.13.template.yml
templates/postgres.9.5.template.yml
templates/postgres.template.yml

index 611f0bb443305218ed8cc479b8da89d4bac05b95..2c729bd9cef86bcc5b3b0e48845b790c92c9564a 100644 (file)
@@ -118,6 +118,12 @@ run:
       from: /^host.*all.*all.*127.*$/
       to: "host all all 0.0.0.0/0 md5"
 
+  # allow all to connect in with md5 auth (IPv6)
+  - replace:
+      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      from: /^host.*all.*all.*::1\/128.*$/
+      to: "host all all ::/0 md5"
+
   - exec:
       background: true
       # use fast shutdown for pg
index 1db6c140132dac106410b85714b099c826d6a79f..4bd8461258bbb3efcca2fb8a26f444bc1d10aa09 100644 (file)
@@ -117,6 +117,12 @@ run:
       from: /^host.*all.*all.*127.*$/
       to: "host all all 0.0.0.0/0 md5"
 
+  # allow all to connect in with md5 auth (IPv6)
+  - replace:
+      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      from: /^host.*all.*all.*::1\/128.*$/
+      to: "host all all ::/0 md5"
+
   - exec:
       background: true
       # use fast shutdown for pg
index f7e7899ded709500f500679b3c73b4247c02e639..48d5409987c4e8b5bca65c3c4d845cbc48243513 100644 (file)
@@ -192,6 +192,12 @@ run:
       from: /^host.*all.*all.*137.*$/
       to: "host all all 0.0.0.0/0 md5"
 
+  # allow all to connect in with md5 auth (IPv6)
+  - replace:
+      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      from: /^host.*all.*all.*::1\/128.*$/
+      to: "host all all ::/0 md5"
+
   - exec:
       background: true
       # use fast shutdown for pg
index febcc2fabe95ad19f5874f53651518ab08073571..75184307f939f06ac74579cbed113de8e66ae97a 100644 (file)
@@ -118,6 +118,12 @@ run:
       from: /^host.*all.*all.*127.*$/
       to: "host all all 0.0.0.0/0 md5"
 
+  # allow all to connect in with md5 auth (IPv6)
+  - replace:
+      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      from: /^host.*all.*all.*::1\/128.*$/
+      to: "host all all ::/0 md5"
+
   - exec:
       background: true
       # use fast shutdown for pg
index 814fa154fee3092c235db5cdd34012d9aeef3a35..478f0645442b038bda94122fb6922f52a6e39bdd 100644 (file)
@@ -192,6 +192,12 @@ run:
       from: /^host.*all.*all.*127.*$/
       to: "host all all 0.0.0.0/0 md5"
 
+  # allow all to connect in with md5 auth (IPv6)
+  - replace:
+      filename: "/etc/postgresql/13/main/pg_hba.conf"
+      from: /^host.*all.*all.*::1\/128.*$/
+      to: "host all all ::/0 md5"
+
   - exec:
       background: true
       # use fast shutdown for pg