Skip to content
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 Cloud Bigtable scopes. #1631

Merged
merged 1 commit into from
Mar 18, 2016
Merged

Conversation

mbrukman
Copy link
Contributor

Cloud Bigtable scopes are of the form
https://www.googleapis.com/auth/bigtable.*
per the docs: https://cloud.google.com/bigtable/docs/creating-vm-instance

Previously, they were listed with the form
https://www.googleapis.com/auth/cloud-bigtable.* which are invalid,
leading to user-reported errors.

Cloud Bigtable scopes are of the form
`https://www.googleapis.com/auth/bigtable.*`
per the docs: https://cloud.google.com/bigtable/docs/creating-vm-instance

Previously, they were listed with the form
`https://www.googleapis.com/auth/cloud-bigtable.*` which are invalid,
leading to user-reported errors.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 18, 2016
@lesv
Copy link

lesv commented Mar 18, 2016

@dhermes Misha is PM for Bigtable

@dhermes
Copy link
Contributor

dhermes commented Mar 18, 2016

LGTM if it LGTY 😀

dhermes added a commit that referenced this pull request Mar 18, 2016
@dhermes dhermes merged commit 60afd92 into googleapis:master Mar 18, 2016
@tseaver tseaver added the api: bigtable Issues related to the Bigtable API. label Mar 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants