Skip to content
Snippets Groups Projects
Commit b6ebe278 authored by Antoine SCHILDKNECHT's avatar Antoine SCHILDKNECHT
Browse files

Merge branch 't35260-force-db-ssl' into 'main'

Force SSL for DB communications | refs #35260

See merge request sys/ansible-public!18
parents 3380b90e 250e9e6a
No related branches found
No related tags found
No related merge requests found
...@@ -18,27 +18,27 @@ ...@@ -18,27 +18,27 @@
pg_hba: pg_hba:
- type: local - type: local
method: peer method: peer
- type: host - type: hostssl
address: 127.0.0.1/32 address: 127.0.0.1/32
- type: host - type: hostssl
address: ::1/128 address: ::1/128
- type: host - type: hostssl
address: 0.0.0.0/0 address: 0.0.0.0/0
- type: host - type: hostssl
address: ::/0 address: ::/0
- type: local - type: local
database: replication database: replication
method: peer method: peer
- type: host - type: hostssl
database: replication database: replication
address: 127.0.0.1/32 address: 127.0.0.1/32
- type: host - type: hostssl
database: replication database: replication
address: ::1/128 address: ::1/128
- type: host - type: hostssl
database: replication database: replication
address: 0.0.0.0/0 address: 0.0.0.0/0
- type: host - type: hostssl
database: replication database: replication
address: ::/0 address: ::/0
pg_conf: pg_conf:
......
...@@ -18,17 +18,17 @@ pg_conf: ...@@ -18,17 +18,17 @@ pg_conf:
pg_hba: pg_hba:
- type: local - type: local
method: peer method: peer
- type: host - type: hostssl
address: 127.0.0.1/32 address: 127.0.0.1/32
- type: host - type: hostssl
address: ::1/128 address: ::1/128
- type: local - type: local
database: replication database: replication
method: peer method: peer
- type: host - type: hostssl
database: replication database: replication
address: 127.0.0.1/32 address: 127.0.0.1/32
- type: host - type: hostssl
database: replication database: replication
address: ::1/128 address: ::1/128
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment