use GCE_METADATA_HOST and GCE_METADATA_IP env vars in object_store GCP auth #6014
Labels
enhancement
Any new improvement worthy of a entry in the changelog
object-store
Object Store Interface
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I'm trying to use the GCP integration through a proxy metadata server, but the server host and IP are hardcoded.
Describe the solution you'd like
object_store
should checkGCE_METADATA_HOST
andGCE_METADATA_IP
env vars before defaulting to the currently hardcoded values. The Google Python libraries do this (example).Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: