summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Wulfe <benwu@google.com>2015-01-12 15:07:03 -0500
committerBenjamin Wulfe <benwu@google.com>2015-01-12 15:07:03 -0500
commit94135a607b751a02cae2d678c305786df978959f (patch)
treedd8c496f9f598ff1116bb509ab105bfe7c0b763b
parentdc8ca50a2476c17880b7ed66836487ded42b83a5 (diff)
downloadlogin-94135a607b751a02cae2d678c305786df978959f.tar.gz
can query warehouse for the proper git remote url to use. Change-Id: I631f18255942f8f0bb6e05999adb08a51dc8a1d9
-rw-r--r--src/com/google/gct/login/OAuthScopeRegistry.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/google/gct/login/OAuthScopeRegistry.java b/src/com/google/gct/login/OAuthScopeRegistry.java
index 31f96c7..82fee39 100644
--- a/src/com/google/gct/login/OAuthScopeRegistry.java
+++ b/src/com/google/gct/login/OAuthScopeRegistry.java
@@ -32,6 +32,7 @@ class OAuthScopeRegistry {
scopes.add("https://www.googleapis.com/auth/userinfo#email");
scopes.add("https://www.googleapis.com/auth/appengine.admin");
scopes.add("https://www.googleapis.com/auth/cloud-platform");
+ scopes.add("https://www.googleapis.com/auth/projecthosting");
SCOPES = Collections.unmodifiableSortedSet(scopes);
}