lovromazgon opened a new pull request, #895: URL: https://github.com/apache/iceberg-go/pull/895
The Iceberg REST spec allows configuring the OAuth2 server separately from the catalog via `oauth2-server-uri`. When the OAuth2 server is a different host, it may require different TLS settings (different CA, client certificates, etc.). Currently `setupOAuthManager` reuses the catalog's HTTP client for token requests, making it impossible to configure separate TLS trust without creating a custom AuthManager. This adds `WithOAuthTLSConfig(*tls.Config)` which creates a dedicated HTTP client for OAuth token requests. When not set, behavior is unchanged. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
