preserve GCS credentials on update if not set

credentials were not preserved if "prefer_database_credentials" was
set to true

Fixes #613
This commit is contained in:
Nicola Murino
2021-11-15 19:12:58 +01:00
parent e29a3efd39
commit 52f3a98cc8
5 changed files with 21 additions and 6 deletions

2
go.mod
View File

@@ -128,7 +128,7 @@ require (
golang.org/x/text v0.3.7 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20211112145013-271947fe86fd // indirect
google.golang.org/genproto v0.0.0-20211115160612-a5da7257a6f7 // indirect
gopkg.in/ini.v1 v1.64.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect