Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for non default keystore and truststore type in presto CLI and JDBC #22555

Open
evanvdia opened this issue Apr 18, 2024 · 0 comments

Comments

@evanvdia
Copy link
Contributor

evanvdia commented Apr 18, 2024

Presto JDBC and CLI we can only work with JVM default keystore and truststore type.
Currently there is no option to specify the keystore and truststore type. In FIPS enabled JVMS we can't use p12 certificates even though it is supported.

Expected Behavior or Use Case

We need additional cli and jdbc parameters to customize the JDBC and CLI keystore and truststore type

Presto Component, Service, or Connector

presto jdbc and presto cli

Possible Implementation

Introduce new keystore and truststore type params
PR: #22556

Example Screenshots (if appropriate):

Context

Currently only supports default type

@evanvdia evanvdia changed the title Add Support for non default keystroke and truststore type in presto CLI and JDBC Add Support for non default keystoree and truststore type in presto CLI and JDBC Apr 19, 2024
@evanvdia evanvdia changed the title Add Support for non default keystoree and truststore type in presto CLI and JDBC Add Support for non default keystore and truststore type in presto CLI and JDBC Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant