aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@users.noreply.github.com>2018-10-15 12:19:50 +0200
committerGravatar GitHub <noreply@github.com>2018-10-15 12:19:50 +0200
commit9de25dc1e684c383faa024a2d02a5079759fcadf (patch)
treeedaf3ff19f860b08cea984ccabd18ac0096e2068 /test/cpp/interop
parentd0cb61eada9d270b9043ec866b55c88617d362be (diff)
Revert "Add c++ google default creds to cloud to prod auth scenarios"
Diffstat (limited to 'test/cpp/interop')
-rw-r--r--test/cpp/interop/client.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index 1d7fa73aa8..a4b1a85f85 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -137,8 +137,7 @@ int main(int argc, char** argv) {
&grpc::testing::InteropClient::DoTimeoutOnSleepingServer, &client);
actions["empty_stream"] =
std::bind(&grpc::testing::InteropClient::DoEmptyStream, &client);
- if (FLAGS_use_tls ||
- FLAGS_custom_credentials_type == "google_default_credentials") {
+ if (FLAGS_use_tls) {
actions["compute_engine_creds"] =
std::bind(&grpc::testing::InteropClient::DoComputeEngineCreds, &client,
FLAGS_default_service_account, FLAGS_oauth_scope);