alessandro-nori opened a new pull request, #15235: URL: https://github.com/apache/iceberg/pull/15235
This is a follow up to https://github.com/apache/iceberg/pull/13190. (I have an older PR https://github.com/apache/iceberg/pull/13483 but I don't think I have the rights to reopen) Implements a BasicTLSConfigurer class that provides TLS configuration with custom keystore and truststore support for REST client authentication. Property-based configuration with support for: `rest.client.tls.keystore.path` `rest.client.tls.keystore.password` `rest.client.tls.keystore.type` - (default: JKS) `rest.client.tls.truststore.path` `rest.client.tls.truststore.password` `rest.client.tls.truststore.type` - (default: JKS) ## Extra notes on the use-case In environments where the REST catalog requires `mTLS`, `BasicTLSConfigurer` enables setting the client certificate and CA trust explicitly for the Iceberg RestCatalog. This avoids configuring JVM-wide TLS settings via javaoptions, ensuring that certificates are limited in scope to Iceberg and do not impact other applications running in the same JVM. -- 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]
