sfc-gh-spatel2 opened a new issue, #1113:
URL: https://github.com/apache/polaris/issues/1113

   ### 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_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@polaris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to