From 399ae780646dfdf73dac136ddef0db066199ead9 Mon Sep 17 00:00:00 2001 From: Jiangtao Li Date: Mon, 16 Mar 2020 10:14:15 -0700 Subject: [PATCH] alts: add trailing dot to metadata.google.internal (#3460) --- credentials/alts/alts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/alts/alts.go b/credentials/alts/alts.go index 72c7f0b2..5c9e8b1c 100644 --- a/credentials/alts/alts.go +++ b/credentials/alts/alts.go @@ -42,7 +42,7 @@ import ( const ( // hypervisorHandshakerServiceAddress represents the default ALTS gRPC // handshaker service address in the hypervisor. - hypervisorHandshakerServiceAddress = "metadata.google.internal:8080" + hypervisorHandshakerServiceAddress = "metadata.google.internal.:8080" // defaultTimeout specifies the server handshake timeout. defaultTimeout = 30.0 * time.Second // The following constants specify the minimum and maximum acceptable