alessandro-nori opened a new pull request, #13483: URL: https://github.com/apache/iceberg/pull/13483
This is a follow up to https://github.com/apache/iceberg/pull/13190. 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) -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org