fly-apps / postgres-flex

Postgres HA setup using repmgr
67 stars 32 forks source link

pg_hba.conf config #211

Open madawei2699 opened 9 months ago

madawei2699 commented 9 months ago

how to modify the pg_hba.conf config file to config like restrict client access?

MMore commented 2 months ago

I have the same issue, have you found a workaround @madawei2699 ?

davissp14 commented 2 months ago

If you have specific pg_hba.conf requirements, it would probably be best to fork the project and add whatever you need.

MMore commented 2 months ago

My specific requirement is basically adding a few lines there. I don't want to mess up my upgrade path with that tbh. My overall goal is using Teleport which needs a TLS connection https://community.fly.io/t/postgres-with-ssl-to-use-teleport/19721