v2.2.0 requires AuthN when supplied with PUBSUB_EMULATOR_HOST #249
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
google-cloud-pubsub
version: 2.2.0Steps to reproduce
PUBSUB_EMULATOR_HOST
Instead of resolving the emulator host and skipping authentication, we now receive a
DefaultCredentialsError
. We shouldn't be required to authenticate when using an emulator.Code example
Stack trace
I've verified that downgrading to v2.1.0 resolves the issue.
The text was updated successfully, but these errors were encountered: