You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Gagarkin (Jira)" <ji...@apache.org> on 2023/02/22 09:05:00 UTC

[jira] [Assigned] (IGNITE-18608) Support SSL in the CLI

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

Ivan Gagarkin reassigned IGNITE-18608:
--------------------------------------

    Assignee: Ivan Gagarkin

> Support SSL in the CLI
> ----------------------
>
>                 Key: IGNITE-18608
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18608
>             Project: Ignite
>          Issue Type: New Feature
>          Components: cli
>            Reporter: Ivan Gagarkin
>            Assignee: Ivan Gagarkin
>            Priority: Major
>              Labels: ignite-3
>
> The CLI should allow users to set up SSL for JDBC connection and REST calls. 
> As a user, I would like to set up SSL configuration via _cli config set_ command. 
> {code:java}
> cli.rest.trust-store.type=
> cli.rest.trust-store.path=
> cli.rest.trust-store.password= 
> cli.jdbc.trust-store.type=
> cli.jdbc.trust-store.path=
> cli.jdbc.trust-store.password= {code}
> Type can be JKS or PKCS12
>  
> Ignite client and HTTP client should use them.



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