Fix Patroni ACL to use subnet mask

This commit is contained in:
Joshua Boniface 2021-06-29 16:47:55 -04:00 committed by Joshua Boniface
parent d794197633
commit 231cb7b2aa
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ bootstrap:
- local all all peer
- host replication replicator 127.0.0.1/32 trust
{% for node in pvc_nodes if node.is_coordinator %}
- host replication replicator {{ node.cluster_ip }} trust
- host replication replicator {{ node.cluster_ip }}/32 trust
{% endfor %}
- host all all 0.0.0.0/0 md5