[
https://issues.apache.org/jira/browse/IGNITE-18579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Gagarkin updated IGNITE-18579:
-----------------------------------
Description:
As a user, I would to have the ability to make secured messaging between Ignite
nodes using mTLS.
Add SSL params to the node config
{code:java}
{
"network": {
"security": {
"ssl": {
"enabled": true,
"key-store": {
"type": "PKCS12",
"path": "classpath:ssl/keystore.p12",
"password": "password"
},
"trust-store": {
"type": "JKS",
"path": "classpath:ssl/truststore.jks",
"password": "password"
}
}
}
}
} {code}
Scalecube should use them
was:See
[https://docs.google.com/document/d/1LHw-Y2BU3tPFeMiPgFs-W0ZkyBK06zYqFWkJXHL6KuM/edit#]
> Add SSL support for Scalecube
> -----------------------------
>
> Key: IGNITE-18579
> URL: https://issues.apache.org/jira/browse/IGNITE-18579
> Project: Ignite
> Issue Type: New Feature
> Reporter: Ivan Gagarkin
> Assignee: Aleksandr
> Priority: Major
> Labels: ignite-3
>
> As a user, I would to have the ability to make secured messaging between
> Ignite nodes using mTLS.
> Add SSL params to the node config
> {code:java}
> {
> "network": {
> "security": {
> "ssl": {
> "enabled": true,
> "key-store": {
> "type": "PKCS12",
> "path": "classpath:ssl/keystore.p12",
> "password": "password"
> },
> "trust-store": {
> "type": "JKS",
> "path": "classpath:ssl/truststore.jks",
> "password": "password"
> }
> }
> }
> }
> } {code}
> Scalecube should use them
--
This message was sent by Atlassian Jira
(v8.20.10#820010)