Skip to content

feat: implement GCE residency detection on Windows #470

@bshaffer

Description

@bshaffer

See #469

Implement detection of Windows machines as a fallback when the metadata server ping fails. This is already implemented for Linux, but is currently bypassed for Windows.

if (PHP_OS === 'Windows') {
// @TODO: implement GCE residency detection on Windows
return false;
}

Implementation details can be found at go/auth-library-noping, or by discussing with @TimurSadykov or @sai-sunder-s

Metadata

Metadata

Assignees

Labels

type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions