From 84d964a8df03b4bb40e7d510f517fc65633e03f8 Mon Sep 17 00:00:00 2001 From: Julien Boeuf Date: Wed, 29 Apr 2015 11:31:06 -0700 Subject: 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. --- tools/run_tests/tests.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools') diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index e2454c4db4..64d0c8730d 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -312,6 +312,15 @@ "posix" ] }, + { + "flaky": false, + "language": "c", + "name": "grpc_auth_context_test", + "platforms": [ + "windows", + "posix" + ] + }, { "flaky": false, "language": "c", -- cgit v1.2.3