Skip to content

Commit

Permalink
Add analyst_ui_user to pg_hba.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wakibi authored and edwinmp committed Feb 17, 2021
1 parent 68a01fe commit b5f131a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/pg/pg_hba.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ host replication all ::1/128 trust
# host analyst_ui data_hub 212.111.41.68/32 md5
# host analyst_ui all 138.68.138.212/32 md5
# Allow connections from the docker network running these services
host analyst_ui all 172.22.0.0/16 md5
host test_analyst_ui all 172.22.0.0/16 md5
host postgres postgres 172.22.0.0/16 md5
host analyst_ui analyst_ui_user 172.22.0.0/16 md5
host analyst_ui data_hub 172.22.0.0/16 md5
host test_analyst_ui analyst_ui_user 172.22.0.0/16 md5
host postgres analyst_ui_user 172.22.0.0/16 md5

0 comments on commit b5f131a

Please sign in to comment.