Mukund Thakur
Mukund Thakur

Reputation: 63

Sending only storage requests to gcs using gcs connector through proxy

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?

Upvotes: 3

Views: 253

Answers (1)

Gaurangi Saxena
Gaurangi Saxena

Reputation: 236

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.

Upvotes: 1

Related Questions