[
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 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
was:
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 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)