-
Notifications
You must be signed in to change notification settings - Fork 724
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Steps to reproduce
- Set custom GCE_METADATA_HOST env variable to IPv6 address, i.e.
::1
- Observe application is trying to call invalid URL
http://::1
instead of expectedhttp://[::1]
Line 108 in 7ccb2fc
return "http://" + metadataServerAddress; |
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.