developerzohaib786 opened a new pull request, #136:
URL: https://github.com/apache/polaris-tools/pull/136

   Fixes #98
   
   Make the OAuth token URL configurable via VITE_OAUTH_TOKEN_URL environment 
variable to support integration with 3rd party providers like Keycloak.
   
   Changes:
   - Use config.OAUTH_TOKEN_URL in auth.ts with fallback to default
   - Document VITE_OAUTH_TOKEN_URL in . env.example and README. md
   - Add Keycloak integration example and configuration guide
   - Update Dockerfile to include VITE_OAUTH_TOKEN_URL environment variable
   - Support both build-time and runtime configuration
   
   Defaults to '/api/catalog/v1/oauth/tokens' for backward compatibility.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to