mirror of https://github.com/grpc/grpc.git
Change the arg name used by XDS client example to indicate secure mode. (#37776)
Change flag used by the xds client example from --secure to --xds-creds. This woul
d be consistent with the [user guide](https://cloud.google.com/service-mesh/docs/service-routing/security-proxyless-setup#c++_2) where it says to use --xds-creds. It would also make it consistnt with other language examples -x the [Python example xds client](https://github.com/grpc/grpc/blob/master/examples/python/xds/client.py#L47) and the [Java example xds client](https://github.com/grpc/grpc-java/blob/master/examples/example-xds/src/main/java/io/grpc/examples/helloworldxds/XdsHelloWorldClient.java#L74) .
Closes #37776
COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37776 from kannanjgithub:fix_xds_arg 0f7b665366
PiperOrigin-RevId: 684588418
pull/37887/head
parent
834e5f3582
commit
bac52d8d52
2 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue