-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
ysql: use all rather than 0.0.0.0/0, ::0/0 in hba conf #6784
Comments
Hi @jaki, I would like to work on this. Can I take this up? |
Hi, @pratikSethi. Yes, you can. |
Hi, @pratikSethi. Have you made any progress on this or plan on doing so in the next few days? If not, I'd like others to feel welcome picking this up. |
Hi @jaki, please give me time till Monday. I intend to work on it tomorrow or day after as I usually don't get time during the weekdays. If there is no update from me by then feel free to assign it to someone else. Thanks for your patience. |
Fixed by 784f61b. |
yugabyte#7046) Replaced the occurrences of 0.0.0.0/0 and ::0/0 for ipv4 and ipv6 addressing with all in hba.conf
From https://www.postgresql.org/docs/11/auth-pg-hba-conf.html,
"all" is simpler and only takes one line, so we should switch to that. This involves the default HBA config in
src/yb/yql/pgwrapper/pg_wrapper.cc
WritePgHbaConfig
and docs. Docs should be done separately (maybe create a separate issue to track it).The text was updated successfully, but these errors were encountered: