Skip to content

Commit ffccfc8

Browse files
crwilcoxJustinBeckwith
authored andcommitted
fix: Use a FQDN for metadata.google.internal (#117)
1 parent 0774eb2 commit ffccfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {request} from 'gaxios';
99
import {OutgoingHttpHeaders} from 'http';
1010
const jsonBigint = require('json-bigint');
1111

12-
export const HOST_ADDRESS = 'http://metadata.google.internal';
12+
export const HOST_ADDRESS = 'http://metadata.google.internal.';
1313
export const BASE_PATH = '/computeMetadata/v1';
1414
export const BASE_URL = HOST_ADDRESS + BASE_PATH;
1515
export const HEADER_NAME = 'Metadata-Flavor';

0 commit comments

Comments
 (0)