mirror of https://github.com/zulip/zulip.git
[puppet] Update pg_hba.conf to include staging's public IP.
This is for the interval while staging is running in VPC and postgres is not; we can clean up these changes once that's no longer the case. This also updates test1's IP, which apparently someone forgot to commit previously. We're currently running this on prod. (imported from commit 3feced750f643bb218d4240e9a3d5cd7116963ee)
This commit is contained in:
parent
d385b35547
commit
c31dbba9cc
|
@ -102,7 +102,8 @@ host all all ::1/128 md5
|
|||
|
||||
hostssl zulip zulip 10.252.136.89/32 cert # staging
|
||||
hostssl zulip zulip 10.254.4.7/32 cert # prod0
|
||||
hostssl zulip zulip 10.0.202.11/32 cert # test1
|
||||
hostssl zulip zulip 10.226.168.170/32 cert # test1
|
||||
hostssl zulip zulip 54.201.95.104/32 cert # staging public IP
|
||||
|
||||
|
||||
# TODO: use certs
|
||||
|
|
Loading…
Reference in New Issue