aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-09-09 09:44:27 -0700
committerGravatar Yang Gao <yangg@google.com>2015-09-09 09:44:27 -0700
commit374cd9b0abbcd0dc3f1e65777e0dd37a9d5c447f (patch)
tree2960680bb8551a2879a18138b36a740427748d44 /doc/interop-test-descriptions.md
parent5e2617bafedcd0a041b67cfb5cc00aea80c5c85c (diff)
parente3a65a111ccef0b26062c4f25591909ca4127119 (diff)
Merge pull request #3266 from grpc/jtattermusch-patch-2
Allow using service account credential for per_rpc_creds interop test.
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index 61b611129f..8649213bc6 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -600,7 +600,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
@@ -608,6 +608,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][]