shibd opened a new pull request, #440:
URL: https://github.com/apache/pulsar-client-node/pull/440

   ### Motivation
   Support separate TLS handshake certificate and private key parameters 
independent from auth, enabling proper mTLS handshake configuration on the 
client.
   
   ### Modifications
   - Add tlsCertificateFilePath and tlsPrivateKeyFilePath to ClientConfig.
   - Pass them to the C client via 
pulsar_client_configuration_set_tls_certificate_file_path and 
pulsar_client_configuration_set_tls_private_key_file_path.
   - Update end_to_end test to provide client cert/key for TLS endpoints under 
mTLS.
   
   ### Verifying this change
   - Added and ran targeted tests for Produce/Consume to pulsar+ssl:// and 
https:// endpoints; tests pass when providing client cert/key.
   
   ### Documentation
   - [x] doc-not-needed (API is discoverable via type definitions and examples).


-- 
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