The library is asking credentials for running against emulator #327
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
type: question
Request for information or clarification. Not an issue.
Environment details
google-cloud-pubsub
version: 2.2.0Steps to reproduce
Use the following
docker-compose.yml
file:and the following content as
publish.py
in the same directory:When I run the file above, the execution fails with the library failing to run against the local emulator with the error:
As far as I understand, there should be no credentials involved since the script is running against the emulator, and I'd just expect the request to work as it is.
If I use the
2.1.0
version, the script works just fine. The reason I am running 2.2.0 is because of #325, and since there is no solution to that with 2.4.0 as of today, I needed to downgrade to this version. I am unable to test this due to being unable to run 2.4.0 against the emulator, therefore I wanted to report this in case this is a regression introduced with 2.2.0 that might be there for other versions as well.Stack trace
The text was updated successfully, but these errors were encountered: