aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-09-04 13:26:49 -0700
committerGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2015-09-04 13:26:49 -0700
commitdf2631187cd9f63e3e1019cdf2c5d14f4ce62371 (patch)
tree531bb6285a67551ce401a7a44834527b6260dd7b /doc/interop-test-descriptions.md
parent02128e9bbf92c3900f0927a724482b5b3ff7541f (diff)
allow usable auth for JWT token creds interop test
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index ddeee66d67..61b611129f 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -513,7 +513,9 @@ token (created by the project's key file)
Test caller should set flag `--service_account_key_file` with the
path to json key file downloaded from
-https://console.developers.google.com.
+https://console.developers.google.com. Alternately, if using a
+usable auth implementation, she may specify the file location in the environment
+variable GOOGLE_APPLICATION_CREDENTIALS.
Server features:
* [UnaryCall][]
@@ -540,7 +542,7 @@ Client asserts:
* call was successful
* received SimpleResponse.username is not empty and is in the json key file used
by the auth library. The client can optionally check the username matches the
-email address in the key file.
+email address in the key file or equals the value of `--default_service_account` flag.
* response payload body is 314159 bytes in size
* clients are free to assert that the response payload body contents are zero
and comparing the entire response message against a golden response