-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support for unix-socket-path instance parameter. (#251)
This adds a new parameter unix-socket-path to instances to specify the precise unix socket path. For example, this command line: $ alloydb-auth-proxy "projects/proj/locations/region/clusters/clust/instances/inst?unix-socket-path=/var/cloudsql/mydb" Will open a unix socket to the database at the path /var/cloudsql/mydb. This is different than the existing parameter unix-socket which automatically appends the instance name to the path. Fixes GoogleCloudPlatform/cloud-sql-proxy#1573
- Loading branch information
Showing
4 changed files
with
144 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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