[Spanner] credentials object not passed into InstanceAdminAPI #3070
Labels
api: spanner
Issues related to the Spanner API.
auth
release blocking
Required feature/issue must be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hi Folks,
I don't see that the credentials I pass into the Spanner Client are being used for the InstanceAdminClient or DatabaseAdminClient instantiations. I'm chasing a downstream bug and will fill in details soon, but from what I see, defaultcredentials are assumed to be used when using those APIs, whereas it should use the provided credentials object.
CentOS
python --version
Python 2.7.9
pip show google-cloud
,pip show google-<service>
orpip freeze
I checked these sites before filing:
The text was updated successfully, but these errors were encountered: