commit | b33b8021117db0d9ef80988cc7bb8ad58ecccf18 | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@gmail.com> | Fri Mar 24 15:36:04 2017 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Fri Mar 24 15:36:04 2017 -0700 |
tree | a2b7a695c93db806e76f7caa9f350aca1727fffb | |
parent | 0c09c734ba8ed24f2c9f3ea8a1a190f29aa679b6 [diff] |
Allow customizing the GCE metadata service address via an env var. (#148) The goal here is to make it possible for a user of a binary that depends on this library (eg the google cloud SDK) to be able to customize where it looks for the GCE metadata service. (An adventurous user can already customize the GCE metadata service location via the existing global vars in this library.)