document --service_config_json flag in interop test descriptions (#25689)

reviewable/pr25108/r13^2
apolcyn 4 years ago committed by GitHub
parent 00ce40373b
commit 4693b9b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      doc/interop-test-descriptions.md

@ -35,7 +35,10 @@ Clients should accept these arguments:
* OAuth scope. For example, "https://www.googleapis.com/auth/xapi.zoo"
* --service_account_key_file=PATH
* The path to the service account JSON key file generated from GCE developer
console.
console.
* --service_config_json=SERVICE_CONFIG_JSON
* Disables service config lookups and sets the provided string as the
default service config.
Clients must support TLS with ALPN. Clients must not disable certificate
checking.

Loading…
Cancel
Save