You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2023/03/13 14:17: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 ]

Aleksandr reassigned IGNITE-18608:
----------------------------------

    Assignee: Aleksandr  (was: 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: Aleksandr
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)