This repository was archived by the owner on Dec 23, 2023. It is now read-only.
Commit 437992b
committed
Update static GCP metadata URL
When running Istio on Google Kubernetes Enginge (GKE), the Envoy sidecar
proxy will fail to route any requests made to the metadata server via
the `metadata` hostname (requests will 404). Requests made to the fully
qualified `metadata.google.internal` hostname can be routed.
Update the constant for the metadata host in `GcpMetadataConfig` to use
the FQDN.1 parent c35bc41 commit 437992b
File tree
1 file changed
+1
-1
lines changed- contrib/resource_util/src/main/java/io/opencensus/contrib/resource/util
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments