prmoore77 commented on code in PR #38461:
URL: https://github.com/apache/arrow/pull/38461#discussion_r1373719110


##########
docs/source/java/flight_sql_jdbc_driver.rst:
##########
@@ -114,6 +114,21 @@ parameters are:
      - null
      - When TLS is enabled, the password for the certificate store
 
+   * - tlsRootCerts
+     - null
+     - Path to PEM-encoded root certificates for TLS - use this as
+       an alternative to ``trustStore``
+
+   * - clientCertificate
+     - null
+     - Path to PEM-encoded client mTLS certificate when the Flight
+       SQL server requires client verification.
+
+   * - clientKey
+     - null
+     - Path to PEM-encoded client mTLS key when the Flight

Review Comment:
   Oh - I realized I used `clientKey` because the Java Flight client has it 
named that way:
   
https://github.com/apache/arrow/blob/57f643c2cecca729109daae18c7a64f3a37e76e4/java/flight/flight-core/src/main/java/org/apache/arrow/flight/FlightClient.java#L661C1-L661C1
   
   Are you ok with the name (for consistency's sake)?



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