Skip to content

Commit 6f4ac91

Browse files
authored
Merge pull request GoogleCloudPlatform#139 from AthenaShi/auth
Be able to return partial connections when missing access to some.
2 parents 0cf2b94 + d9f04e8 commit 6f4ac91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloud_sql_proxy/proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ func CreateInstanceConfigs(dir string, useFuse bool, instances []string, instanc
299299

300300
cfgs, err := parseInstanceConfigs(dir, instances, cl)
301301
if err != nil {
302-
return nil, err
302+
logging.Errorf("%v", err)
303303
}
304304

305305
if dir == "" {

0 commit comments

Comments
 (0)