Преглед на файлове

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

apolcyn преди 4 години
родител
ревизия
4693b9b1e5
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      doc/interop-test-descriptions.md

+ 4 - 1
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.