We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to modify the pg_hba.conf config file to config like restrict client access?
pg_hba.conf
The text was updated successfully, but these errors were encountered:
I have the same issue, have you found a workaround @madawei2699 ?
Sorry, something went wrong.
If you have specific pg_hba.conf requirements, it would probably be best to fork the project and add whatever you need.
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
No branches or pull requests
how to modify the
pg_hba.conf
config file to config like restrict client access?The text was updated successfully, but these errors were encountered: