Skip to content
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

feat: support IPv6 #753

Merged
merged 8 commits into from
Jan 9, 2024
Merged

feat: support IPv6 #753

merged 8 commits into from
Jan 9, 2024

Conversation

darora
Copy link
Contributor

@darora darora commented Oct 13, 2023

Also includes the release version on disk. Enables IPv6:

  • at the kernel level
  • firewall
  • pg_hba.conf (postgres raw conns)
  • pgbouncer.ini (pgbouncer raw conns, unlikely to be needed but why not)
  • kong.conf (for Kong)

Have also verified that adminapi listens on ipv6 interfaces already.

Requires an infra change to configure postgrest to listen on *6.

@darora darora requested a review from a team as a code owner October 13, 2023 08:29
@notion-workspace
Copy link

@notion-workspace
Copy link

@darora darora changed the title feat: enable IPv6 support for Postgres feat: support IPv6 Oct 23, 2023
@darora darora requested a review from a team as a code owner December 14, 2023 08:49
@thebengeu
Copy link
Member

@darora run https://github.com/supabase/infrastructure/blob/develop/worker/scripts/update-envoy-config.sh too for the changes in https://github.com/supabase/infrastructure/pull/16263?

@darora darora force-pushed the da/ipv6-support branch 2 times, most recently from a261fe7 to d312206 Compare December 27, 2023 08:36
darora added 6 commits January 9, 2024 11:44
Enables IPv6 support for the base OS, and several services running on
it (kong, pg, pgbouncer)
Postgrest needs to be configured with "*6" as the server-host.
@darora darora merged commit d29be66 into develop Jan 9, 2024
8 checks passed
@darora darora deleted the da/ipv6-support branch January 9, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants