GCP services don't use configured DNS resolvers #2359
Labels
domain: networking
Anything related to Vector's networking
meta: blocked
Anything that is blocked to the point where it cannot be worked on.
provider: gcp
Anything `gcp` service provider related
sink: gcp_cloud_storage
Anything `gcp_cloud_storage` sink related
sink: gcp_pubsub
Anything `gcp_pubsub` sink related
sink: gcp_stackdriver_logs
Anything `gcp_stackdriver_logs` sink related
type: bug
A code related bug.
type: tech debt
A code change that does not add user value.
In order to use GCP services, clients must first request a token from a separate API. This process happens through a
reqwest::Client
internal to thegoauth
library, and so does not use our custom resolver. This needs to be fixed to respect configured DNS servers.The text was updated successfully, but these errors were encountered: