aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-04-29 11:31:06 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-20 07:48:48 +0200
commit84d964a8df03b4bb40e7d510f517fc65633e03f8 (patch)
tree8dc82ee2d59ffa80fe8faa91c46518983b2933b9 /build.json
parentc6f8d0a4c6bd70cc4f48b2f6ddd3ca15d76cec06 (diff)
API for auth context and server-side secure transport only impl.
Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
Diffstat (limited to 'build.json')
-rw-r--r--build.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/build.json b/build.json
index 85cd13437d..2fce8cdaf7 100644
--- a/build.json
+++ b/build.json
@@ -1268,6 +1268,20 @@
]
},
{
+ "name": "grpc_auth_context_test",
+ "build": "test",
+ "language": "c",
+ "src": [
+ "test/core/security/auth_context_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_base64_test",
"build": "test",
"language": "c",