From 9de25dc1e684c383faa024a2d02a5079759fcadf Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 15 Oct 2018 12:19:50 +0200 Subject: Revert "Add c++ google default creds to cloud to prod auth scenarios" --- test/cpp/interop/client.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/cpp/interop/client.cc') 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); -- cgit v1.2.3