From 1a809c0ebbf77aedf7f6322ef7d6373962c80264 Mon Sep 17 00:00:00 2001 From: jboeuf Date: Fri, 19 Dec 2014 15:44:30 -0800 Subject: 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 ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82548689 --- build.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'build.json') diff --git a/build.json b/build.json index dc643788e6..50f3ca3f3f 100644 --- a/build.json +++ b/build.json @@ -1087,6 +1087,18 @@ "gpr" ] }, + { + "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", -- cgit v1.2.3