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

Issue 30660043: code review 30660043: goauth2/compute/serviceaccount: add service account helpers.

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by ukai
Modified:
10 years, 5 months ago
Reviewers:
adg
CC:
golang-dev, josharian, adg
Visibility:
Public.

Description

goauth2/compute/serviceaccount: add service account helpers.

Patch Set 1 #

Patch Set 2 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Patch Set 3 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Total comments: 8

Patch Set 4 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Total comments: 2

Patch Set 5 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Patch Set 6 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Total comments: 4

Patch Set 7 : diff -r 8eeae4635bf6 https://code.google.com/p/goauth2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+165 lines, -0 lines) Patch
A compute/serviceaccount/serviceaccount.go View 1 2 3 4 5 6 1 chunk +165 lines, -0 lines 0 comments Download

Messages

Total messages: 19
ukai
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/goauth2
10 years, 5 months ago (2013-11-22 01:53:08 UTC) #1
josharian
On 2013/11/22 01:53:08, ukai wrote: > Hello mailto:golang-dev@googlegroups.com (cc: mailto:golang-dev@googlegroups.com), > > I'd like you ...
10 years, 5 months ago (2013-11-22 02:57:03 UTC) #2
adg
https://codereview.appspot.com/30660043/diff/40001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/40001/compute/serviceaccount/serviceaccount.go#newcode6 compute/serviceaccount/serviceaccount.go:6: // HTTP requests from Google Compute Engine instance using ...
10 years, 5 months ago (2013-11-22 03:07:31 UTC) #3
adg
On 22 November 2013 13:57, <josharian@gmail.com> wrote: > What is the high level purpose of ...
10 years, 5 months ago (2013-11-22 03:09:26 UTC) #4
ukai
Hello golang-dev@googlegroups.com, josharian@gmail.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 5 months ago (2013-11-22 03:25:39 UTC) #5
ukai
https://codereview.appspot.com/30660043/diff/40001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/40001/compute/serviceaccount/serviceaccount.go#newcode6 compute/serviceaccount/serviceaccount.go:6: // HTTP requests from Google Compute Engine instance using ...
10 years, 5 months ago (2013-11-22 03:25:52 UTC) #6
adg
LGTM https://codereview.appspot.com/30660043/diff/60001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/60001/compute/serviceaccount/serviceaccount.go#newcode112 compute/serviceaccount/serviceaccount.go:112: func (t *transport) fetchToken() error { actually you ...
10 years, 5 months ago (2013-11-22 03:29:59 UTC) #7
josharian
>> What is the high level purpose of the goauth2 library? Personally, I'd >> prefer ...
10 years, 5 months ago (2013-11-22 03:58:14 UTC) #8
ukai
Hello golang-dev@googlegroups.com, josharian@gmail.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 5 months ago (2013-11-22 04:01:35 UTC) #9
adg
On 22 Nov 2013 14:58, "Josh Bleecher Snyder" <josharian@gmail.com> wrote: > > >> What is ...
10 years, 5 months ago (2013-11-22 04:02:00 UTC) #10
ukai
https://codereview.appspot.com/30660043/diff/60001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/60001/compute/serviceaccount/serviceaccount.go#newcode112 compute/serviceaccount/serviceaccount.go:112: func (t *transport) fetchToken() error { On 2013/11/22 03:29:59, ...
10 years, 5 months ago (2013-11-22 04:02:17 UTC) #11
ukai
Anyway, I'm wondering we should protect Token with mutex in transport, so that we could ...
10 years, 5 months ago (2013-11-22 07:30:58 UTC) #12
adg
On 2013/11/22 07:30:58, ukai wrote: > Anyway, I'm wondering we should protect Token with mutex ...
10 years, 5 months ago (2013-11-24 23:21:43 UTC) #13
ukai
Hello golang-dev@googlegroups.com, josharian@gmail.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 5 months ago (2013-11-25 01:15:01 UTC) #14
adg
https://codereview.appspot.com/30660043/diff/100001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/100001/compute/serviceaccount/serviceaccount.go#newcode86 compute/serviceaccount/serviceaccount.go:86: mu sync.Mutex make this type transport struct { Transport ...
10 years, 5 months ago (2013-11-25 01:34:55 UTC) #15
ukai
Hello golang-dev@googlegroups.com, josharian@gmail.com, adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
10 years, 5 months ago (2013-11-25 01:57:19 UTC) #16
ukai
https://codereview.appspot.com/30660043/diff/100001/compute/serviceaccount/serviceaccount.go File compute/serviceaccount/serviceaccount.go (right): https://codereview.appspot.com/30660043/diff/100001/compute/serviceaccount/serviceaccount.go#newcode86 compute/serviceaccount/serviceaccount.go:86: mu sync.Mutex On 2013/11/25 01:34:55, adg wrote: > make ...
10 years, 5 months ago (2013-11-25 01:57:26 UTC) #17
adg
LGTM
10 years, 5 months ago (2013-11-25 02:01:49 UTC) #18
adg
10 years, 5 months ago (2013-11-25 02:03:34 UTC) #19
*** Submitted as https://code.google.com/p/goauth2/source/detail?r=5877582f0cb0
***

goauth2/compute/serviceaccount: add service account helpers.

R=golang-dev, josharian, adg
CC=golang-dev
https://codereview.appspot.com/30660043

Committer: Andrew Gerrand <adg@golang.org>
Sign in to reply to this message.

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