From e3a65a111ccef0b26062c4f25591909ca4127119 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 4 Sep 2015 14:01:48 -0700 Subject: Allow using service account credential for per_rpc_creds interop test. --- doc/interop-test-descriptions.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/interop-test-descriptions.md') diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md index ddeee66d67..adbfc87a7f 100644 --- a/doc/interop-test-descriptions.md +++ b/doc/interop-test-descriptions.md @@ -598,7 +598,7 @@ json key file or GCE default service account email. Similar to the other auth tests, this test is only for cloud-to-prod path. -This test verifies unary calls succeed in sending messages using a JWT +This test verifies unary calls succeed in sending messages using a JWT or a service account credentials set on the RPC. The test @@ -606,6 +606,10 @@ The test downloaded from https://console.developers.google.com. Alternately, if using a usable auth implementation, it may specify the file location in the environment variable GOOGLE_APPLICATION_CREDENTIALS +- optionally uses the flag `--oauth_scope` for the oauth scope if implementator +wishes to use service account credential instead of JWT credential. For testing +against grpc-test.sandbox.google.com, oauth scope +"https://www.googleapis.com/auth/xapi.zoo" should be used. Server features: * [UnaryCall][] -- cgit v1.2.3