feat: Support Developer Edition connections#2610
Merged
Merged
Conversation
48b2ad9 to
5ddfc1d
Compare
ec3e25a to
9461d32
Compare
DeepeshDamodaran
approved these changes
Jun 12, 2026
panavenue
reviewed
Jun 16, 2026
yyzou-bot
approved these changes
Jun 16, 2026
…Auth Proxy Cloud SQL AI Developer Edition instances allow connections through the SqlDataService. With this change and the corresponding chagnes in the Cloud SQL Go Connector, the Auth Proxy will allow users to connect to AIDE instances. Set the --sql-data flag to enable this support.
9461d32 to
05bb4b2
Compare
f947e36 to
8fc05d3
Compare
This avoids binding to IPv6 wildcard [::] when 0.0.0.0 is requested, which can cause connection refused errors for IPv4 loopback (127.0.0.1) clients in environments where bindv6only is enabled.
…alias Update cloud-sql-go-connector dependency to v1.22.0 in go.mod. Create --sql-data-endpoint as a hidden alias for --sqldata-api-endpoint, supporting both CLI flags and environment variables. TAG=agy CONV=9333d162-5ca9-4d37-8cf4-47ce7a321b70
8fc05d3 to
cfef0bd
Compare
cfef0bd to
dd31787
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds support for Developer Edition connections to the Cloud SQL Auth Proxy. It introduces the --sql-data flag and --sqldata-api-endpoint flag to enable and configure these connections. It also supports the sql-data query parameter in instance connection strings.