aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/cli_credentials.cc
Commit message (Collapse)AuthorAge
* Fix inverted logic for --call_creds=none.Gravatar Nathan Herring2018-10-01
| | | | Fixes #16622. Follow up to change 6e3938c. Thanks to @bluecmd for pointing it out.
* Revert "Use grpc_slice_unref_internal"Gravatar Nathan Herring2018-09-11
| | | | This reverts commit 147826a909cc60d963c34b919417ce7a888e29ce.
* Revert "Missing #include"Gravatar Nathan Herring2018-09-11
| | | | This reverts commit 234fdc6fbf68aa6c29990db7c7ddcface3355cb5.
* Merge branch 'master' into cli-client-certGravatar Nathan Herring2018-09-10
|\
* | Missing #includeGravatar Nathan Herring2018-08-21
| |
* | Use grpc_slice_unref_internalGravatar Nathan Herring2018-08-21
| |
* | Add flags to use client certs for cli.Gravatar Nathan Herring2018-08-09
| | | | | | | | This allows `grpc_cli` to act with the specific client identity when using SSL. It does _not_ however set the cert when using Google Default Credentials, as it does not have the necessary options to provide a client cert and key.
| * This replaces mutually-exclusive flags for a single selector flag which ↵Gravatar Nathan Herring2018-08-09
|/ | | | | | defines the call credentials to composite over any channel credentials. It is the call credentials version of #16204. Fixes issue #16205.
* Shorten flag value to gdc.Gravatar Nathan Herring2018-08-07
|
* Make `google_default_credentials` be an additional channel type.Gravatar Nathan Herring2018-08-07
|
* Clang format.Gravatar Nathan Herring2018-08-01
|
* Create a --channel_creds_type flag for grpc_cli.Gravatar Nathan Herring2018-08-01
| | | | | | | | This replaces several mutually-exclusive flags for a single selector flag which defines the base channel type. It also allows child classes to selectively override the defaults and provide additional channel types (e.g., LOAS in the mono repo). Fixes issue #16060.
* More clang formatGravatar Nathan Herring2018-07-21
|
* Fixup: Use a more exact logic for google default credentials.Gravatar Nathan Herring2018-07-20
|
* GoogleDefaultCredentials use SSL under the covers; include that case.Gravatar Nathan Herring2018-07-19
|
* Introduce --ssl_target flag to grpc_cli.Gravatar Nathan Herring2018-07-19
| | | | | This allows the client to specify the host name of the remote server for the purposes of TLS certificate validation, useful for test certificates and machines with ephemeral IP addresses with no associated DNS entries that have been assigned TLS certificates.
* Address review commentsGravatar Yuchen Zeng2017-12-14
|
* Support access token credential in grpc_cliGravatar Yuchen Zeng2017-12-14
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Add CliCredentials, config_grpc_cli.hGravatar Yuchen Zeng2016-08-15