You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So currently the code doesn't allow proxy option to be pass in. I can add this support if there is no concern? I am able to build a local POC setup for this. @flyrain@eric-maynard@HonahX
Is your feature request related to a problem? Please describe.
The Polaris CLi is obtaiend and executed as follows:
git clone https://github.com/apache/polaris.git
cd polaris
./polaris
--base-url "${base_url}/polaris"
--client-id ${CLIENT_ID}
--client-secret ${CLIENT_SECRET}
catalogs
update "${catalogName}"
--region us-west-1
Some customers are behind a proxy and are not able to use this command.
Tested with export HTTPS_PROXY and HTTP_PROXY. but it does not pick this up.
The request fails and does not go through the proxy
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: