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/05 19:42:00 UTC

[jira] [Updated] (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 updated IGNITE-18608:
-----------------------------------
    Description: 
The CLI should provide the ability to users to setup SSL for JDBC connection and for 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}
 

> 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
>            Priority: Major
>              Labels: ignite-3
>
> The CLI should provide the ability to users to setup SSL for JDBC connection and for 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}
>  



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