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.
   
   (Previous PR https://github.com/apache/iceberg/pull/13483)
   
   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: [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]

Reply via email to