You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add support for DNS names with Connector (#1204)
The Connector may be configured to use a DNS name to look up the instance
name instead of configuring the connector with the instance connection name directly.
Add a DNS TXT record for the Cloud SQL instance to a private DNS server
or a private Google Cloud DNS Zone used by your application. For example:
Record type: TXT
Name: prod-db.mycompany.example.com – This is the domain name used by the application
Value: my-project:my-region:my-instance – This is the instance connection name
Configure the Connector to use a DNS name via setting resolver=DnsResolver
0 commit comments