Skip to content

Commit

Permalink
Enforce SSL for remote PostgreSQL connections
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed May 19, 2024
1 parent 8909b74 commit c1a2b7a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/roles/postgres/vars/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,31 +25,31 @@ postgres_users:
roles:

postgres_hba_rules:
- conn_type: host
- conn_type: hostssl
database: pinnwand
user: pinnwand
address: all
method: scram-sha-256

- conn_type: host
- conn_type: hostssl
database: all
user: blackbox
address: all
method: scram-sha-256

- conn_type: host
- conn_type: hostssl
database: bitwarden
user: bitwarden
address: all
method: scram-sha-256

- conn_type: host
- conn_type: hostssl
database: blackknight
user: blackknight
address: all
method: scram-sha-256

- conn_type: host
- conn_type: hostssl
database: codejam_management
user: codejam_management
address: all
Expand Down

0 comments on commit c1a2b7a

Please sign in to comment.