Sending only storage requests to gcs using gcs connector through proxy

Viewed 103

I am trying to use Envoy proxy to route requests to GCS. I am able to route the actual storage requests using through proxy. But when I set this fs.gs.proxy.address parameter in GCS connector settings, OAuth token generation requests fail.

Is there any way to disable OAuth requests and let them go directly to the server?

1 Answers

GCS connector has a global proxy settings for all requests (storage and OAuth), so you need to configure your proxy server to also pass through OAuth request.

It is not possible to completely disable OAuth in GCS Connector.

Related