summaryrefslogtreecommitdiffstats
path: root/google_apis/google_api_keys.py
diff options
context:
space:
mode:
authorrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 05:18:38 +0000
committerrmsousa@chromium.org <rmsousa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-16 05:18:38 +0000
commitd66d817427d21599245fedf4c60c6472be4b3552 (patch)
treeb47b19d9d38b4f515951cf7f2a70070a9a9a7138 /google_apis/google_api_keys.py
parent788e9517ef2bef436cac7267dd75d5f356d35975 (diff)
downloadchromium_src-d66d817427d21599245fedf4c60c6472be4b3552.zip
chromium_src-d66d817427d21599245fedf4c60c6472be4b3552.tar.gz
chromium_src-d66d817427d21599245fedf4c60c6472be4b3552.tar.bz2
Support service accounts in the chromoting host.
This change allows running a host *already configured* with service account credentials. Support for obtaining service account credentails during host setup will come in follow up CLs. BUG=224742 Review URL: https://chromiumcodereview.appspot.com/19796006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'google_apis/google_api_keys.py')
-rwxr-xr-xgoogle_apis/google_api_keys.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/google_apis/google_api_keys.py b/google_apis/google_api_keys.py
index 6776aae..a756cac 100755
--- a/google_apis/google_api_keys.py
+++ b/google_apis/google_api_keys.py
@@ -88,3 +88,6 @@ if __name__ == "__main__":
print 'GOOGLE_CLIENT_SECRET_CLOUD_PRINT=%s' % GetClientSecret('CLOUD_PRINT')
print 'GOOGLE_CLIENT_ID_REMOTING=%s' % GetClientID('REMOTING')
print 'GOOGLE_CLIENT_SECRET_REMOTING=%s' % GetClientSecret('REMOTING')
+ print 'GOOGLE_CLIENT_ID_REMOTING_HOST=%s' % GetClientID('REMOTING_HOST')
+ print 'GOOGLE_CLIENT_SECRET_REMOTING_HOST=%s' % GetClientSecret(
+ 'REMOTING_HOST')