[ 
https://issues.apache.org/jira/browse/IGNITE-18578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Gagarkin updated IGNITE-18578:
-----------------------------------
    Description: 
As a user, I would like to have the ability to secure a JDBC connection using 
SSL.

1. Add SSL params to the node configuration 
{code:java}
{
   "clientConnector": {
       "security": {
           "ssl": {
               "enabled": true,
               "key-store": {
                   "type": "PKCS12",
                   "path": "classpath:ssl/keystore.p12",
                   "password": "password"
               }
           }
       }
   }
} {code}
2. JDBC driver and Ignite client should use them

  was:See 
https://docs.google.com/document/d/1LHw-Y2BU3tPFeMiPgFs-W0ZkyBK06zYqFWkJXHL6KuM/edit#heading=h.hn6we4g30k3e


> Add SSL support for the JDBC driver and Ignite Client
> -----------------------------------------------------
>
>                 Key: IGNITE-18578
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18578
>             Project: Ignite
>          Issue Type: New Feature
>          Components: cli, jdbc
>            Reporter: Ivan Gagarkin
>            Assignee: Aleksandr
>            Priority: Major
>              Labels: ignite-3
>
> As a user, I would like to have the ability to secure a JDBC connection using 
> SSL.
> 1. Add SSL params to the node configuration 
> {code:java}
> {
>    "clientConnector": {
>        "security": {
>            "ssl": {
>                "enabled": true,
>                "key-store": {
>                    "type": "PKCS12",
>                    "path": "classpath:ssl/keystore.p12",
>                    "password": "password"
>                }
>            }
>        }
>    }
> } {code}
> 2. JDBC driver and Ignite client should use them



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to