-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix for pubsub scope error. #2909
Fix for pubsub scope error. #2909
Conversation
@daspecster I'm not really sure what to do here. Pub/Sub and Logging are "half-way" to just removing |
🎅 💥 Ok, I can try and continue with the "extraction". But if you want too, I'll close this and keep rolling with other things. Edit: I just realized that my emoji look like I'm blowing up santa...I was going for Santa blowing up pubsub and logging...ha |
@daspecster I think the right fix (for now) is to just use |
8312d29
to
7df7bc0
Compare
Update pushed! I ran the system tests and they passed so that should do the trick! |
👍 LGTM to merge (Travis is green already) |
See: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/191433056#L2195 This is a band-aid for now. I caused it in googleapis#2875 and will roll-back this roll-back at a later time. @daspecter fixed a similar breakage in googleapis#2909.
…edentials Fix for pubsub scope error.
See: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python/builds/191433056#L2195 This is a band-aid for now. I caused it in googleapis#2875 and will roll-back this roll-back at a later time. @daspecter fixed a similar breakage in googleapis#2909.
Closes #2908
I'm not sure this is the right way to go about fixing this. But it works!