Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(44)

Issue 6441118: Add support for GCE service accounts (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 11 months ago by jcgregorio_google
Modified:
12 years, 11 months ago
CC:
google-api-python-client_googlegroups.com
Visibility:
Public.

Patch Set 1 #

Total comments: 12

Patch Set 2 : review comments #

Patch Set 3 : FQDN #

Patch Set 4 : 80 chars #

Unified diffs Side-by-side diffs Delta from patch set Stats (+189 lines, -2 lines) Patch
M oauth2client/appengine.py View 1 chunk +2 lines, -1 line 0 comments Download
M oauth2client/client.py View 1 chunk +1 line, -1 line 0 comments Download
A oauth2client/gce.py View 1 2 3 1 chunk +93 lines, -0 lines 0 comments Download
M runtests.sh View 1 chunk +1 line, -0 lines 0 comments Download
A tests/test_oauth2client_gce.py View 1 2 1 chunk +92 lines, -0 lines 0 comments Download

Messages

Total messages: 12
jcgregorio_google
12 years, 11 months ago (2012-08-09 12:49:38 UTC) #1
aiuto
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode34 oauth2client/gce.py:34: META = 'http://metadata/0.1/meta-data/service-accounts/default/acquire{?scope}' 'default' could be a parameter. http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode37 ...
12 years, 11 months ago (2012-08-09 13:54:47 UTC) #2
jcgregorio_google
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode34 oauth2client/gce.py:34: META = 'http://metadata/0.1/meta-data/service-accounts/default/acquire{?scope}' It could be, but we can ...
12 years, 11 months ago (2012-08-09 14:37:39 UTC) #3
Ali Afshar
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode84 oauth2client/gce.py:84: response, content = http_request(uri) Can this refresh use the ...
12 years, 11 months ago (2012-08-09 14:41:41 UTC) #4
jcgregorio_google
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode84 oauth2client/gce.py:84: response, content = http_request(uri) Sorry, I don't understand.This _refresh() ...
12 years, 11 months ago (2012-08-09 14:44:36 UTC) #5
Ali Afshar
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode84 oauth2client/gce.py:84: response, content = http_request(uri) Right, is there no common ...
12 years, 11 months ago (2012-08-09 14:53:40 UTC) #6
jcgregorio_google
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode84 oauth2client/gce.py:84: response, content = http_request(uri) _refresh() is defined in the ...
12 years, 11 months ago (2012-08-09 14:59:37 UTC) #7
aiuto
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode37 oauth2client/gce.py:37: class AppAssertionCredentials(AssertionCredentials): On 2012/08/09 14:37:40, jcgregorio_google wrote: > Actually ...
12 years, 11 months ago (2012-08-09 15:07:57 UTC) #8
Ali Afshar
http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py File oauth2client/gce.py (right): http://codereview.appspot.com/6441118/diff/1/oauth2client/gce.py#newcode84 oauth2client/gce.py:84: response, content = http_request(uri) Oh, I see it is ...
12 years, 11 months ago (2012-08-09 15:10:24 UTC) #9
jcgregorio_google
Updated the domain name from 'metadata' to the fully qualified domain name of 'metadata.google.internal'. Also ...
12 years, 11 months ago (2012-08-09 18:09:05 UTC) #10
aiuto
lgtm
12 years, 11 months ago (2012-08-09 18:13:48 UTC) #11
jcgregorio_google
12 years, 11 months ago (2012-08-09 18:18:30 UTC) #12
On 2012/08/09 18:13:48, aiuto wrote:
> lgtm

Committed at
http://code.google.com/p/google-api-python-client/source/detail?r=51f8b6a497b...
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b