interop, doc: update the doc to document secure_mode for client and server (#26482)

reviewable/pr26026/r17^2
sanjaypujare 4 years ago committed by GitHub
parent 288fe131b4
commit a6c2ee8204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      doc/xds-test-descriptions.md

@ -10,7 +10,12 @@ The code for the xDS test server can be found at:
Server should accept these arguments:
* --port=PORT
* The port the server will run on.
* The port the test server will run on.
* --maintenance_port=PORT
* The port for the maintenance server running health, channelz, and admin(CSDS) services.
* --secure_mode=BOOLEAN
* When set to true it uses XdsServerCredentials with the test server for security test cases.
In case of secure mode, port and maintenance_port should be different.
## Client
@ -41,6 +46,8 @@ Clients should accept these arguments:
implementation.
* --rpc_timeout_sec=SEC
* The timeout to set on all outbound RPCs. Default is 20.
* --secure_mode=BOOLEAN
* When set to true it uses XdsChannelCredentials with the test client for security test cases.
### XdsUpdateClientConfigureService

Loading…
Cancel
Save