Reputation: 63
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
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