aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar jboeuf <jboeuf@google.com>2014-12-19 15:44:30 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2014-12-29 17:03:04 -0800
commit1a809c0ebbf77aedf7f6322ef7d6373962c80264 (patch)
tree40ba18186cf5078fc36d8a5cb99b37e75015b3a1 /build.json
parent3f1af6ee2d5eb9898e9b21270f7fc1f5ee39b37a (diff)
Adding support for service account credentials.
- Tested end to end with a JSON key I generated for my account using the fetch_oauth2 binary. - The same fetch_oauth2 binary can get a token from the GCE metadata service on a VM in cloud. Change on 2014/12/19 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82548689
Diffstat (limited to 'build.json')
-rw-r--r--build.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.json b/build.json
index dc643788e6..50f3ca3f3f 100644
--- a/build.json
+++ b/build.json
@@ -1088,6 +1088,18 @@
]
},
{
+ "name": "grpc_fetch_oauth2",
+ "build": "tool",
+ "src": [
+ "test/core/security/fetch_oauth2.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_base64_test",
"build": "test",
"src": [